#CFED95

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

Shades of Reef #CFED95

Tints of Reef #CFED95

Color information

#CFED95 (or 0xCFED95) is unknown color: approx Reef. HEX triplet: CF, ED and 95. RGB value is (207,237,149). Sum of RGB (Red+Green+Blue) = 207+237+149=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED95 is #30126A. Grayscale: #DADADA. Windows color (decimal): -3150443 or 9825743. OLE color: 9825743.

HSL color Cylindrical-coordinate representation of color #CFED95: hue angle of 80.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFED95 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB207237149-
CMYK0.1300.370.07
HSL80.45º70.97%75.69%-
HSV(B)80.45º37.13%92.94%-
XYZ61.447639.87-
YUV21889.06120.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=34.91%
G=39.97%
B=25.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371490.1300.370.0780.4570.9775.69
HexCFED95D025750474c
Octal317355225150457120107114
Binary11001111111011011001010111010100101111101000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED95; }

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

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

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

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

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

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

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

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