#DEFE9A

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

Shades of Reef #DEFE9A

Tints of Reef #DEFE9A

Color information

#DEFE9A (or 0xDEFE9A) is unknown color: approx Reef. HEX triplet: DE, FE and 9A. RGB value is (222,254,154). Sum of RGB (Red+Green+Blue) = 222+254+154=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE9A is #210165. Grayscale: #E9E9E9. Windows color (decimal): -2163046 or 10157790. OLE color: 10157790.

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

Color convert

RGB222254154-
CMYK0.1300.390.00
HSL79.2º98.04%80%-
HSV(B)79.2º39.37%99.61%-
XYZ71.488.7543.94-
YUV233.0383.4120.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 154 (60.55% from 255) = 24.44%
R=35.24%
G=40.32%
B=24.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541540.1300.390.0079.298.0480
HexDEFE9AD02704f6250
Octal336376232150470117142120
Binary110111101111111010011010110101001110100111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE9A; }

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

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

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

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

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

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

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

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