#CFFA99

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

Shades of Reef #CFFA99

Tints of Reef #CFFA99

Color information

#CFFA99 (or 0xCFFA99) is unknown color: approx Reef. HEX triplet: CF, FA and 99. RGB value is (207,250,153). Sum of RGB (Red+Green+Blue) = 207+250+153=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA99 is #300566. Grayscale: #E2E2E2. Windows color (decimal): -3147111 or 10091215. OLE color: 10091215.

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

Color convert

RGB207250153-
CMYK0.1700.390.02
HSL86.6º90.65%79.02%-
HSV(B)86.6º38.8%98.04%-
XYZ65.6783.9442.88-
YUV226.0886.75114.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 153 (60.16% from 255) = 25.08%
R=33.93%
G=40.98%
B=25.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501530.1700.390.0286.690.6579.02
HexCFFA99110272575b4f
Octal317372231210472127133117
Binary11001111111110101001100110001010011110101011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA99; }

 p { color: rgb(207,250,153); }

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

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

 a { background-color: rgb(207,250,153); }

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

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

 span { border-color: rgb(207,250,153); }

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