#CFFBA0

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

Shades of Reef #CFFBA0

Tints of Reef #CFFBA0

Color information

#CFFBA0 (or 0xCFFBA0) is unknown color: approx Reef. HEX triplet: CF, FB and A0. RGB value is (207,251,160). Sum of RGB (Red+Green+Blue) = 207+251+160=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBA0 is #30045F. Grayscale: #E3E3E3. Windows color (decimal): -3146848 or 10550223. OLE color: 10550223.

HSL color Cylindrical-coordinate representation of color #CFFBA0: hue angle of 89.01º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFFBA0 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB207251160-
CMYK0.1800.360.02
HSL89.01º91.92%80.59%-
HSV(B)89.01º36.25%98.43%-
XYZ66.5784.846.12-
YUV227.4789.92113.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 160 (62.89% from 255) = 25.89%
R=33.50%
G=40.61%
B=25.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511600.1800.360.0289.0191.9280.59
HexCFFBA0120242595c51
Octal317373240220442131134121
Binary11001111111110111010000010010010010010101100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBA0; }

 p { color: rgb(207,251,160); }

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

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

 a { background-color: rgb(207,251,160); }

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

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

 span { border-color: rgb(207,251,160); }

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