#CFE195

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

Shades of Reef #CFE195

Tints of Reef #CFE195

Color information

#CFE195 (or 0xCFE195) is unknown color: approx Reef. HEX triplet: CF, E1 and 95. RGB value is (207,225,149). Sum of RGB (Red+Green+Blue) = 207+225+149=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE195 is #301E6A. Grayscale: #D3D3D3. Windows color (decimal): -3153515 or 9822671. OLE color: 9822671.

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

Color convert

RGB207225149-
CMYK0.0800.340.12
HSL74.21º55.88%73.33%-
HSV(B)74.21º33.78%88.24%-
XYZ58.0869.2938.75-
YUV210.9593.04125.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=35.63%
G=38.73%
B=25.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251490.0800.340.1274.2155.8873.33
HexCFE1958022C4a3849
Octal317341225100421411270111
Binary11001111111000011001010110000100010110010010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE195; }

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

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

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

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

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

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

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

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