#CFE196

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

Shades of Reef #CFE196

Tints of Reef #CFE196

Color information

#CFE196 (or 0xCFE196) is unknown color: approx Reef. HEX triplet: CF, E1 and 96. RGB value is (207,225,150). Sum of RGB (Red+Green+Blue) = 207+225+150=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE196 is #301E69. Grayscale: #D3D3D3. Windows color (decimal): -3153514 or 9888207. OLE color: 9888207.

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

Color convert

RGB207225150-
CMYK0.0800.330.12
HSL74.4º55.56%73.53%-
HSV(B)74.4º33.33%88.24%-
XYZ58.1669.3239.17-
YUV211.0793.54125.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=35.57%
G=38.66%
B=25.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251500.0800.330.1274.455.5673.53
HexCFE1968021C4a384a
Octal317341226100411411270112
Binary11001111111000011001011010000100001110010010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE196; }

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

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

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

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

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

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

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

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