#CDFB77

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

Shades of Sulu #CDFB77

Tints of Sulu #CDFB77

Color information

#CDFB77 (or 0xCDFB77) is unknown color: approx Sulu. HEX triplet: CD, FB and 77. RGB value is (205,251,119). Sum of RGB (Red+Green+Blue) = 205+251+119=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB77 is #320488. Grayscale: #DEDEDE. Windows color (decimal): -3277961 or 7863245. OLE color: 7863245.

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

Color convert

RGB205251119-
CMYK0.1800.530.02
HSL80.91º94.29%72.55%-
HSV(B)80.91º52.59%98.43%-
XYZ6383.3130.21-
YUV222.269.76115.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 119 (46.88% from 255) = 20.70%
R=35.65%
G=43.65%
B=20.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052511190.1800.530.0280.9194.2972.55
HexCDFB77120352515e49
Octal315373167220652121136111
Binary1100110111111011111011110010011010110101000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFB77; }

 p { color: rgb(205,251,119); }

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

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

 a { background-color: rgb(205,251,119); }

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

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

 span { border-color: rgb(205,251,119); }

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