#CFE7A7

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

Shades of Reef #CFE7A7

Tints of Reef #CFE7A7

Color information

#CFE7A7 (or 0xCFE7A7) is unknown color: approx Reef. HEX triplet: CF, E7 and A7. RGB value is (207,231,167). Sum of RGB (Red+Green+Blue) = 207+231+167=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE7A7 is #301858. Grayscale: #D8D8D8. Windows color (decimal): -3151961 or 11003855. OLE color: 11003855.

HSL color Cylindrical-coordinate representation of color #CFE7A7: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFE7A7 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB207231167-
CMYK0.1000.280.09
HSL82.5º57.14%78.04%-
HSV(B)82.5º27.71%90.59%-
XYZ61.2873.2147.46-
YUV216.53100.05121.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 167 (65.62% from 255) = 27.60%
R=34.21%
G=38.18%
B=27.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311670.1000.280.0982.557.1478.04
HexCFE7A7A01C952394e
Octal317347247120341112271116
Binary1100111111100111101001111010011100100110100101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7A7; }

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

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

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

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

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

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

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

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