#CFE199

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

Shades of Reef #CFE199

Tints of Reef #CFE199

Color information

#CFE199 (or 0xCFE199) is unknown color: approx Reef. HEX triplet: CF, E1 and 99. RGB value is (207,225,153). Sum of RGB (Red+Green+Blue) = 207+225+153=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE199 is #301E66. Grayscale: #D3D3D3. Windows color (decimal): -3153511 or 10084815. OLE color: 10084815.

HSL color Cylindrical-coordinate representation of color #CFE199: hue angle of 75º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE199 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB207225153-
CMYK0.0800.320.12
HSL75º54.55%74.12%-
HSV(B)75º32%88.24%-
XYZ58.4169.4240.46-
YUV211.4195.04124.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=35.38%
G=38.46%
B=26.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251530.0800.320.127554.5574.12
HexCFE1998020C4b374a
Octal317341231100401411367112
Binary11001111111000011001100110000100000110010010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE199; }

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

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

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

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

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

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

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

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