#CDF196

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

Shades of Reef #CDF196

Tints of Reef #CDF196

Color information

#CDF196 (or 0xCDF196) is unknown color: approx Reef. HEX triplet: CD, F1 and 96. RGB value is (205,241,150). Sum of RGB (Red+Green+Blue) = 205+241+150=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF196 is #320E69. Grayscale: #DCDCDC. Windows color (decimal): -3280490 or 9892301. OLE color: 9892301.

HSL color Cylindrical-coordinate representation of color #CDF196: hue angle of 83.74º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDF196 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB205241150-
CMYK0.1500.380.05
HSL83.74º76.47%76.67%-
HSV(B)83.74º37.76%94.51%-
XYZ62.1478.0940.65-
YUV219.8688.57117.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=34.40%
G=40.44%
B=25.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411500.1500.380.0583.7476.4776.67
HexCDF196F0265544c4d
Octal315361226170465124114115
Binary11001101111100011001011011110100110101101010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF196; }

 p { color: rgb(205,241,150); }

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

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

 a { background-color: rgb(205,241,150); }

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

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

 span { border-color: rgb(205,241,150); }

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