#DEFC90

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

Shades of Reef #DEFC90

Tints of Reef #DEFC90

Color information

#DEFC90 (or 0xDEFC90) is unknown color: approx Reef. HEX triplet: DE, FC and 90. RGB value is (222,252,144). Sum of RGB (Red+Green+Blue) = 222+252+144=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC90 is #21036F. Grayscale: #E7E7E7. Windows color (decimal): -2163568 or 9501918. OLE color: 9501918.

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

Color convert

RGB222252144-
CMYK0.1200.430.01
HSL76.67º94.74%77.65%-
HSV(B)76.67º42.86%98.82%-
XYZ69.9787.1639.52-
YUV230.7279.06121.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=35.92%
G=40.78%
B=23.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521440.1200.430.0176.6794.7477.65
HexDEFC90C02B14d5f4e
Octal336374220140531115137116
Binary110111101111110010010000110001010111100110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFC90; }

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

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

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

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

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

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

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

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