#CFE49A

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

Shades of Reef #CFE49A

Tints of Reef #CFE49A

Color information

#CFE49A (or 0xCFE49A) is unknown color: approx Reef. HEX triplet: CF, E4 and 9A. RGB value is (207,228,154). Sum of RGB (Red+Green+Blue) = 207+228+154=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49A is #301B65. Grayscale: #D5D5D5. Windows color (decimal): -3152742 or 10151119. OLE color: 10151119.

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

Color convert

RGB207228154-
CMYK0.0900.320.11
HSL77.03º57.81%74.9%-
HSV(B)77.03º32.46%89.41%-
XYZ59.3171.0941.17-
YUV213.2894.54123.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=35.14%
G=38.71%
B=26.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281540.0900.320.1177.0357.8174.9
HexCFE49A9020B4d3a4b
Octal317344232110401311572113
Binary11001111111001001001101010010100000101110011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE49A; }

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

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

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

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

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

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

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

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