#CFE5AF

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

Shades of Reef #CFE5AF

Tints of Reef #CFE5AF

Color information

#CFE5AF (or 0xCFE5AF) is unknown color: approx Reef. HEX triplet: CF, E5 and AF. RGB value is (207,229,175). Sum of RGB (Red+Green+Blue) = 207+229+175=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE5AF is #301A50. Grayscale: #D8D8D8. Windows color (decimal): -3152465 or 11527631. OLE color: 11527631.

HSL color Cylindrical-coordinate representation of color #CFE5AF: hue angle of 84.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE5AF is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB207229175-
CMYK0.1000.240.10
HSL84.44º50.94%79.22%-
HSV(B)84.44º23.58%89.8%-
XYZ61.4972.451.29-
YUV216.27104.71121.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 229 (89.84% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=33.88%
G=37.48%
B=28.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291750.1000.240.1084.4450.9479.22
HexCFE5AFA018A54334f
Octal317345257120301212463117
Binary1100111111100101101011111010011000101010101001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5AF; }

 p { color: rgb(207,229,175); }

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

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

 a { background-color: rgb(207,229,175); }

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

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

 span { border-color: rgb(207,229,175); }

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