#CDF379

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

Shades of Sulu #CDF379

Tints of Sulu #CDF379

Color information

#CDF379 (or 0xCDF379) is unknown color: approx Sulu. HEX triplet: CD, F3 and 79. RGB value is (205,243,121). Sum of RGB (Red+Green+Blue) = 205+243+121=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF379 is #320C86. Grayscale: #DADADA. Windows color (decimal): -3280007 or 7992269. OLE color: 7992269.

HSL color Cylindrical-coordinate representation of color #CDF379: hue angle of 78.69º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF379 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB205243121-
CMYK0.1600.500.05
HSL78.69º83.56%71.37%-
HSV(B)78.69º50.21%95.29%-
XYZ60.6878.4630.04-
YUV217.7373.41118.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 121 (47.66% from 255) = 21.27%
R=36.03%
G=42.71%
B=21.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052431210.1600.500.0578.6983.5671.37
HexCDF3791003254f5447
Octal315363171200625117124107
Binary11001101111100111111001100000110010101100111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF379; }

 p { color: rgb(205,243,121); }

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

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

 a { background-color: rgb(205,243,121); }

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

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

 span { border-color: rgb(205,243,121); }

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