#CDF076

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

Shades of Sulu #CDF076

Tints of Sulu #CDF076

Color information

#CDF076 (or 0xCDF076) is unknown color: approx Sulu. HEX triplet: CD, F0 and 76. RGB value is (205,240,118). Sum of RGB (Red+Green+Blue) = 205+240+118=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF076 is #320F89. Grayscale: #D8D8D8. Windows color (decimal): -3280778 or 7794893. OLE color: 7794893.

HSL color Cylindrical-coordinate representation of color #CDF076: hue angle of 77.21º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF076 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB205240118-
CMYK0.1500.510.06
HSL77.21º80.26%70.2%-
HSV(B)77.21º50.83%94.12%-
XYZ59.6176.6128.78-
YUV215.6372.9120.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 240 (94.14% from 255) = 42.63%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=36.41%
G=42.63%
B=20.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401180.1500.510.0677.2180.2670.2
HexCDF076F03364d5046
Octal315360166170636115120106
Binary1100110111110000111011011110110011110100110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF076; }

 p { color: rgb(205,240,118); }

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

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

 a { background-color: rgb(205,240,118); }

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

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

 span { border-color: rgb(205,240,118); }

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