#CDF97C

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

Shades of Sulu #CDF97C

Tints of Sulu #CDF97C

Color information

#CDF97C (or 0xCDF97C) is unknown color: approx Sulu. HEX triplet: CD, F9 and 7C. RGB value is (205,249,124). Sum of RGB (Red+Green+Blue) = 205+249+124=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF97C is #320683. Grayscale: #DEDEDE. Windows color (decimal): -3278468 or 8190413. OLE color: 8190413.

HSL color Cylindrical-coordinate representation of color #CDF97C: hue angle of 81.12º degrees, saturation: 0.91, 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 #CDF97C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB205249124-
CMYK0.1800.500.02
HSL81.12º91.24%73.14%-
HSV(B)81.12º50.2%97.65%-
XYZ62.6982.1931.63-
YUV221.5972.92116.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 249 (97.66% from 255) = 43.08%
BLUE value IS 124 (48.83% from 255) = 21.45%
R=35.47%
G=43.08%
B=21.45%

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
Decimal2052491240.1800.500.0281.1291.2473.14
HexCDF97C120322515b49
Octal315371174220622121133111
Binary1100110111111001111110010010011001010101000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF97C; }

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

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

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

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

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

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

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

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