#CFE895

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

Shades of Reef #CFE895

Tints of Reef #CFE895

Color information

#CFE895 (or 0xCFE895) is unknown color: approx Reef. HEX triplet: CF, E8 and 95. RGB value is (207,232,149). Sum of RGB (Red+Green+Blue) = 207+232+149=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE895 is #30176A. Grayscale: #D7D7D7. Windows color (decimal): -3151723 or 9824463. OLE color: 9824463.

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

Color convert

RGB207232149-
CMYK0.1100.360.09
HSL78.07º64.34%74.71%-
HSV(B)78.07º35.78%90.98%-
XYZ60.0173.1539.39-
YUV215.0690.72122.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=35.20%
G=39.46%
B=25.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321490.1100.360.0978.0764.3474.71
HexCFE895B02494e404b
Octal3173502251304411116100113
Binary110011111110100010010101101101001001001100111010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE895; }

 p { color: rgb(207,232,149); }

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

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

 a { background-color: rgb(207,232,149); }

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

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

 span { border-color: rgb(207,232,149); }

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