#CDFA7C

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

Shades of Sulu #CDFA7C

Tints of Sulu #CDFA7C

Color information

#CDFA7C (or 0xCDFA7C) is unknown color: approx Sulu. HEX triplet: CD, FA and 7C. RGB value is (205,250,124). Sum of RGB (Red+Green+Blue) = 205+250+124=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA7C is #320583. Grayscale: #DEDEDE. Windows color (decimal): -3278212 or 8190669. OLE color: 8190669.

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

Color convert

RGB205250124-
CMYK0.1800.500.02
HSL81.43º92.65%73.33%-
HSV(B)81.43º50.4%98.04%-
XYZ6382.8131.73-
YUV222.1872.59115.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=35.41%
G=43.18%
B=21.42%

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
Decimal2052501240.1800.500.0281.4392.6573.33
HexCDFA7C120322515d49
Octal315372174220622121135111
Binary1100110111111010111110010010011001010101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA7C; }

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

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

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

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

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

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

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

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