#CFFEA5

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

Shades of Reef #CFFEA5

Tints of Reef #CFFEA5

Color information

#CFFEA5 (or 0xCFFEA5) is unknown color: approx Reef. HEX triplet: CF, FE and A5. RGB value is (207,254,165). Sum of RGB (Red+Green+Blue) = 207+254+165=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEA5 is #30015A. Grayscale: #E6E6E6. Windows color (decimal): -3146075 or 10878671. OLE color: 10878671.

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

Color convert

RGB207254165-
CMYK0.1900.350.00
HSL91.69º97.8%82.16%-
HSV(B)91.69º35.04%99.61%-
XYZ67.9786.8748.78-
YUV229.891.43111.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 165 (64.84% from 255) = 26.36%
R=33.07%
G=40.58%
B=26.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541650.1900.350.0091.6997.882.16
HexCFFEA51302305c6252
Octal317376245230430134142122
Binary1100111111111110101001011001101000110101110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEA5; }

 p { color: rgb(207,254,165); }

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

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

 a { background-color: rgb(207,254,165); }

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

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

 span { border-color: rgb(207,254,165); }

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