#5CDF69

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

Shades of Pastel Green #5CDF69

Tints of Pastel Green #5CDF69

Color information

#5CDF69 (or 0x5CDF69) is unknown color: approx Pastel Green. HEX triplet: 5C, DF and 69. RGB value is (92,223,105). Sum of RGB (Red+Green+Blue) = 92+223+105=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDF69 is #A32096. Grayscale: #AAAAAA. Windows color (decimal): -10690711 or 6938460. OLE color: 6938460.

HSL color Cylindrical-coordinate representation of color #5CDF69: hue angle of 125.95º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDF69 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB92223105-
CMYK0.5900.530.13
HSL125.95º67.18%61.76%-
HSV(B)125.95º58.74%87.45%-
XYZ33.3556.0722.43-
YUV170.3891.172.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.90%
GREEN value IS 223 (87.5% from 255) = 53.10%
BLUE value IS 105 (41.41% from 255) = 25%
R=21.90%
G=53.10%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922231050.5900.530.13125.9567.1861.76
Hex5CDF693B035D7e433e
Octal134337151730651517610376
Binary10111001101111111010011110110110101110111111101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,223,105); }

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

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

 a { background-color: rgb(92,223,105); }

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

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

 span { border-color: rgb(92,223,105); }

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