#CDF081

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

Shades of Sulu #CDF081

Tints of Sulu #CDF081

Color information

#CDF081 (or 0xCDF081) is unknown color: approx Sulu. HEX triplet: CD, F0 and 81. RGB value is (205,240,129). Sum of RGB (Red+Green+Blue) = 205+240+129=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF081 is #320F7E. Grayscale: #D9D9D9. Windows color (decimal): -3280767 or 8515789. OLE color: 8515789.

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

Color convert

RGB205240129-
CMYK0.1500.460.06
HSL78.92º78.72%72.35%-
HSV(B)78.92º46.25%94.12%-
XYZ60.376.8832.43-
YUV216.8878.4119.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 240 (94.14% from 255) = 41.81%
BLUE value IS 129 (50.78% from 255) = 22.47%
R=35.71%
G=41.81%
B=22.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401290.1500.460.0678.9278.7272.35
HexCDF081F02E64f4f48
Octal315360201170566117117110
Binary11001101111100001000000111110101110110100111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF081; }

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

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

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

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

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

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

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

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