#DEFC92

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

Shades of Reef #DEFC92

Tints of Reef #DEFC92

Color information

#DEFC92 (or 0xDEFC92) is unknown color: approx Reef. HEX triplet: DE, FC and 92. RGB value is (222,252,146). Sum of RGB (Red+Green+Blue) = 222+252+146=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC92 is #21036D. Grayscale: #E7E7E7. Windows color (decimal): -2163566 or 9632990. OLE color: 9632990.

HSL color Cylindrical-coordinate representation of color #DEFC92: hue angle of 76.98º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEFC92 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB222252146-
CMYK0.1200.420.01
HSL76.98º94.64%78.04%-
HSV(B)76.98º42.06%98.82%-
XYZ70.1287.2340.33-
YUV230.9580.06121.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 146 (57.42% from 255) = 23.55%
R=35.81%
G=40.65%
B=23.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521460.1200.420.0176.9894.6478.04
HexDEFC92C02A14d5f4e
Octal336374222140521115137116
Binary110111101111110010010010110001010101100110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFC92; }

 p { color: rgb(222,252,146); }

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

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

 a { background-color: rgb(222,252,146); }

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

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

 span { border-color: rgb(222,252,146); }

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