#DEFE93

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

Shades of Reef #DEFE93

Tints of Reef #DEFE93

Color information

#DEFE93 (or 0xDEFE93) is unknown color: approx Reef. HEX triplet: DE, FE and 93. RGB value is (222,254,147). Sum of RGB (Red+Green+Blue) = 222+254+147=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE93 is #21016C. Grayscale: #E8E8E8. Windows color (decimal): -2163053 or 9699038. OLE color: 9699038.

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

Color convert

RGB222254147-
CMYK0.1300.420.00
HSL77.94º98.17%78.63%-
HSV(B)77.94º42.13%99.61%-
XYZ70.8388.5240.96-
YUV232.2379.9120.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 147 (57.81% from 255) = 23.60%
R=35.63%
G=40.77%
B=23.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541470.1300.420.0077.9498.1778.63
HexDEFE93D02A04e624f
Octal336376223150520116142117
Binary110111101111111010010011110101010100100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE93; }

 p { color: rgb(222,254,147); }

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

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

 a { background-color: rgb(222,254,147); }

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

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

 span { border-color: rgb(222,254,147); }

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