#CDF99F

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

Shades of Reef #CDF99F

Tints of Reef #CDF99F

Color information

#CDF99F (or 0xCDF99F) is unknown color: approx Reef. HEX triplet: CD, F9 and 9F. RGB value is (205,249,159). Sum of RGB (Red+Green+Blue) = 205+249+159=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF99F is #320660. Grayscale: #E1E1E1. Windows color (decimal): -3278433 or 10484173. OLE color: 10484173.

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

Color convert

RGB205249159-
CMYK0.1800.360.02
HSL89.33º88.24%80%-
HSV(B)89.33º36.14%97.65%-
XYZ65.3183.2345.42-
YUV225.5890.42113.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=33.44%
G=40.62%
B=25.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491590.1800.360.0289.3388.2480
HexCDF99F120242595850
Octal315371237220442131130120
Binary11001101111110011001111110010010010010101100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF99F; }

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

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

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

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

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

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

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

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