#CFE19A

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

Shades of Reef #CFE19A

Tints of Reef #CFE19A

Color information

#CFE19A (or 0xCFE19A) is unknown color: approx Reef. HEX triplet: CF, E1 and 9A. RGB value is (207,225,154). Sum of RGB (Red+Green+Blue) = 207+225+154=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19A is #301E65. Grayscale: #D3D3D3. Windows color (decimal): -3153510 or 10150351. OLE color: 10150351.

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

Color convert

RGB207225154-
CMYK0.0800.320.12
HSL75.21º54.2%74.31%-
HSV(B)75.21º31.56%88.24%-
XYZ58.4969.4540.89-
YUV211.5295.54124.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 154 (60.55% from 255) = 26.28%
R=35.32%
G=38.40%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251540.0800.320.1275.2154.274.31
HexCFE19A8020C4b364a
Octal317341232100401411366112
Binary11001111111000011001101010000100000110010010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE19A; }

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

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

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

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

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

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

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

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