#CDFA7E

Color #CDFA7E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CDFA7E

Tints of Sulu #CDFA7E

Color information

#CDFA7E (or 0xCDFA7E) is unknown color: approx Sulu. HEX triplet: CD, FA and 7E. RGB value is (205,250,126). Sum of RGB (Red+Green+Blue) = 205+250+126=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA7E is #320581. Grayscale: #DEDEDE. Windows color (decimal): -3278210 or 8321741. OLE color: 8321741.

HSL color Cylindrical-coordinate representation of color #CDFA7E: hue angle of 81.77º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDFA7E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB205250126-
CMYK0.1800.500.02
HSL81.77º92.54%73.73%-
HSV(B)81.77º49.6%98.04%-
XYZ63.1382.8632.4-
YUV222.4173.59115.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=35.28%
G=43.03%
B=21.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501260.1800.500.0281.7792.5473.73
HexCDFA7E120322525d4a
Octal315372176220622122135112
Binary1100110111111010111111010010011001010101001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA7E; }

 p { color: rgb(205,250,126); }

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

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

 a { background-color: rgb(205,250,126); }

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

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

 span { border-color: rgb(205,250,126); }

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