#CDF97B

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

Shades of Sulu #CDF97B

Tints of Sulu #CDF97B

Color information

#CDF97B (or 0xCDF97B) is unknown color: approx Sulu. HEX triplet: CD, F9 and 7B. RGB value is (205,249,123). Sum of RGB (Red+Green+Blue) = 205+249+123=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF97B is #320684. Grayscale: #DDDDDD. Windows color (decimal): -3278469 or 8124877. OLE color: 8124877.

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

Color convert

RGB205249123-
CMYK0.1800.510.02
HSL80.95º91.3%72.94%-
HSV(B)80.95º50.6%97.65%-
XYZ62.6382.1631.3-
YUV221.4872.42116.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 21.32%
R=35.53%
G=43.15%
B=21.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491230.1800.510.0280.9591.372.94
HexCDF97B120332515b49
Octal315371173220632121133111
Binary1100110111111001111101110010011001110101000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF97B; }

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

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

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

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

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

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

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

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