#CFEF94

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

Shades of Reef #CFEF94

Tints of Reef #CFEF94

Color information

#CFEF94 (or 0xCFEF94) is unknown color: approx Reef. HEX triplet: CF, EF and 94. RGB value is (207,239,148). Sum of RGB (Red+Green+Blue) = 207+239+148=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF94 is #30106B. Grayscale: #DBDBDB. Windows color (decimal): -3149932 or 9760719. OLE color: 9760719.

HSL color Cylindrical-coordinate representation of color #CFEF94: hue angle of 81.1º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFEF94 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB207239148-
CMYK0.1300.380.06
HSL81.1º73.98%75.88%-
HSV(B)81.1º38.08%93.73%-
XYZ61.9477.1439.64-
YUV219.0687.9119.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=34.85%
G=40.24%
B=24.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391480.1300.380.0681.173.9875.88
HexCFEF94D0266514a4c
Octal317357224150466121112114
Binary11001111111011111001010011010100110110101000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF94; }

 p { color: rgb(207,239,148); }

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

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

 a { background-color: rgb(207,239,148); }

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

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

 span { border-color: rgb(207,239,148); }

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