#5CD967

Color #5CD967 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #5CD967

Tints of Pastel Green #5CD967

Color information

#5CD967 (or 0x5CD967) is unknown color: approx Pastel Green. HEX triplet: 5C, D9 and 67. RGB value is (92,217,103). Sum of RGB (Red+Green+Blue) = 92+217+103=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD967 is #A32698. Grayscale: #A6A6A6. Windows color (decimal): -10692249 or 6805852. OLE color: 6805852.

HSL color Cylindrical-coordinate representation of color #5CD967: hue angle of 125.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD967 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB92217103-
CMYK0.5800.530.15
HSL125.28º62.19%60.59%-
HSV(B)125.28º57.6%85.1%-
XYZ31.6752.8821.37-
YUV166.6392.0974.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 22.33%
GREEN value IS 217 (85.16% from 255) = 52.67%
BLUE value IS 103 (40.62% from 255) = 25%
R=22.33%
G=52.67%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal922171030.5800.530.15125.2862.1960.59
Hex5CD9673A035F7d3e3d
Octal13433114772065171757675
Binary1011100110110011100111111010011010111111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD967; }

 p { color: rgb(92,217,103); }

 H1.HeaderClassName
 {
   color: #5CD967;
 }
 .AnyTagClassName
 {
   color: #5CD967;
 }
</style>
background-color css

<style>
 a { background-color: #5CD967; }

 a { background-color: rgb(92,217,103); }

 div.DivClassName
 {
   background-color: #5CD967;
 }
 .BgClassName
 {
   background-color: #5CD967;
 }
</style>
border-color css

<style>
 span { border-color: #5CD967; }

 span { border-color: rgb(92,217,103); }

 td.TdClassName
 {
   border-color: #5CD967;
 }
 .TagClassName
 {
   border-color: #5CD967;
 }
</style>