#CFE495

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

Shades of Reef #CFE495

Tints of Reef #CFE495

Color information

#CFE495 (or 0xCFE495) is unknown color: approx Reef. HEX triplet: CF, E4 and 95. RGB value is (207,228,149). Sum of RGB (Red+Green+Blue) = 207+228+149=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE495 is #301B6A. Grayscale: #D5D5D5. Windows color (decimal): -3152747 or 9823439. OLE color: 9823439.

HSL color Cylindrical-coordinate representation of color #CFE495: hue angle of 75.95º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE495 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB207228149-
CMYK0.0900.350.11
HSL75.95º59.4%73.92%-
HSV(B)75.95º34.65%89.41%-
XYZ58.970.9239.02-
YUV212.7192.04123.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 228 (89.45% from 255) = 39.04%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=35.45%
G=39.04%
B=25.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281490.0900.350.1175.9559.473.92
HexCFE4959023B4c3b4a
Octal317344225110431311473112
Binary11001111111001001001010110010100011101110011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE495; }

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

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

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

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

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

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

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

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