#CFFFA7

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

Shades of Reef #CFFFA7

Tints of Reef #CFFFA7

Color information

#CFFFA7 (or 0xCFFFA7) is unknown color: approx Reef. HEX triplet: CF, FF and A7. RGB value is (207,255,167). Sum of RGB (Red+Green+Blue) = 207+255+167=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFA7 is #300058. Grayscale: #E6E6E6. Windows color (decimal): -3145817 or 11009999. OLE color: 11009999.

HSL color Cylindrical-coordinate representation of color #CFFFA7: hue angle of 92.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFFFA7 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB207255167-
CMYK0.1900.350
HSL92.73º100%82.75%-
HSV(B)92.73º34.51%100%-
XYZ68.4787.5849.85-
YUV230.6292.1111.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 167 (65.62% from 255) = 26.55%
R=32.91%
G=40.54%
B=26.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551670.1900.35092.7310082.75
HexCFFFA71302305d6453
Octal317377247230430135144123
Binary1100111111111111101001111001101000110101110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFA7; }

 p { color: rgb(207,255,167); }

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

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

 a { background-color: rgb(207,255,167); }

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

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

 span { border-color: rgb(207,255,167); }

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