Html Css Color HEX #DEFE9A Reef

📋 copy color: '#DEFE9A'

red 222 ◦ green 254 ◦ blue 154

#DEFE9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DEFE9A

Tints of Reef #DEFE9A

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 value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#DEFE9A (or 0xDEFE9A) is known color: 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

RGB 222 254 154 -
CMYK 0.13 0 0.39 0.00
HSL 79.2º 0.98% 0.8% -
HSV(B) 79.2º 0.39% 1% -
XYZ 71.4 88.75 43.94 -
YUV 233.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 222 254 154 0.13 0 0.39 0.00 79.2 0.98 0.8
Hex DE FE 9A D 0 27 0 4F 62 50
Octal 336 376 232 15 0 47 0 117 142 120
Binary 11011110 11111110 10011010 1101 0 100111 0 1001111 1100010 1010000

Color Harmonies of #DEFE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFE9A

Black with #DEFE9A

Text Example


Text Example

White with #DEFE9A

Text Example


Text Example

HTML Codes & Css Web 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>