#CFFE8C

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

Shades of Reef #CFFE8C

Tints of Reef #CFFE8C

Color information

#CFFE8C (or 0xCFFE8C) is unknown color: approx Reef. HEX triplet: CF, FE and 8C. RGB value is (207,254,140). Sum of RGB (Red+Green+Blue) = 207+254+140=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE8C is #300173. Grayscale: #E3E3E3. Windows color (decimal): -3146100 or 9240271. OLE color: 9240271.

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

Color convert

RGB207254140-
CMYK0.1900.450.00
HSL84.74º98.28%77.25%-
HSV(B)84.74º44.88%99.61%-
XYZ65.9186.0437.95-
YUV226.9578.93113.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 140 (55.08% from 255) = 23.29%
R=34.44%
G=42.26%
B=23.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541400.1900.450.0084.7498.2877.25
HexCFFE8C1302D055624d
Octal317376214230550125142115
Binary1100111111111110100011001001101011010101010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE8C; }

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

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

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

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

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

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

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

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