#CFFA95

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

Shades of Reef #CFFA95

Tints of Reef #CFFA95

Color information

#CFFA95 (or 0xCFFA95) is unknown color: approx Reef. HEX triplet: CF, FA and 95. RGB value is (207,250,149). Sum of RGB (Red+Green+Blue) = 207+250+149=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA95 is #30056A. Grayscale: #E1E1E1. Windows color (decimal): -3147115 or 9829071. OLE color: 9829071.

HSL color Cylindrical-coordinate representation of color #CFFA95: hue angle of 85.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFA95 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB207250149-
CMYK0.1700.400.02
HSL85.54º90.99%78.24%-
HSV(B)85.54º40.4%98.04%-
XYZ65.3483.8141.17-
YUV225.6384.75114.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=34.16%
G=41.25%
B=24.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501490.1700.400.0285.5490.9978.24
HexCFFA95110282565b4e
Octal317372225210502126133116
Binary11001111111110101001010110001010100010101011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA95; }

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

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

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

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

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

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

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

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