#CFE99C

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

Shades of Reef #CFE99C

Tints of Reef #CFE99C

Color information

#CFE99C (or 0xCFE99C) is unknown color: approx Reef. HEX triplet: CF, E9 and 9C. RGB value is (207,233,156). Sum of RGB (Red+Green+Blue) = 207+233+156=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99C is #301663. Grayscale: #D8D8D8. Windows color (decimal): -3151460 or 10283471. OLE color: 10283471.

HSL color Cylindrical-coordinate representation of color #CFE99C: hue angle of 80.26º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE99C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB207233156-
CMYK0.1100.330.09
HSL80.26º63.64%76.27%-
HSV(B)80.26º33.05%91.37%-
XYZ60.8773.9442.52-
YUV216.4593.89121.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=34.73%
G=39.09%
B=26.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331560.1100.330.0980.2663.6476.27
HexCFE99CB021950404c
Octal3173512341304111120100114
Binary110011111110100110011100101101000011001101000010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE99C; }

 p { color: rgb(207,233,156); }

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

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

 a { background-color: rgb(207,233,156); }

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

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

 span { border-color: rgb(207,233,156); }

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