#CFF19A

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

Shades of Reef #CFF19A

Tints of Reef #CFF19A

Color information

#CFF19A (or 0xCFF19A) is unknown color: approx Reef. HEX triplet: CF, F1 and 9A. RGB value is (207,241,154). Sum of RGB (Red+Green+Blue) = 207+241+154=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF19A is #300E65. Grayscale: #DDDDDD. Windows color (decimal): -3149414 or 10154447. OLE color: 10154447.

HSL color Cylindrical-coordinate representation of color #CFF19A: hue angle of 83.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFF19A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB207241154-
CMYK0.1400.360.05
HSL83.45º75.65%77.45%-
HSV(B)83.45º36.1%94.51%-
XYZ63.0278.5142.4-
YUV220.9290.24118.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=34.39%
G=40.03%
B=25.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411540.1400.360.0583.4575.6577.45
HexCFF19AE0245534c4d
Octal317361232160445123114115
Binary11001111111100011001101011100100100101101001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF19A; }

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

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

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

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

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

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

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

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