#DEFF93

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

Shades of Reef #DEFF93

Tints of Reef #DEFF93

Color information

#DEFF93 (or 0xDEFF93) is unknown color: approx Reef. HEX triplet: DE, FF and 93. RGB value is (222,255,147). Sum of RGB (Red+Green+Blue) = 222+255+147=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 147 (57.81% from 255 or 23.56% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF93 is #21006C. Grayscale: #E9E9E9. Windows color (decimal): -2162797 or 9699294. OLE color: 9699294.

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

Color convert

RGB222255147-
CMYK0.1300.420
HSL78.33º100%78.82%-
HSV(B)78.33º42.35%100%-
XYZ71.1589.1641.06-
YUV232.8279.57120.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 147 (57.81% from 255) = 23.56%
R=35.58%
G=40.87%
B=23.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551470.1300.42078.3310078.82
HexDEFF93D02A04e644f
Octal336377223150520116144117
Binary110111101111111110010011110101010100100111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF93; }

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

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

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

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

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

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

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

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