Html Css Color HEX #DEFC9E Reef

📋 copy color: '#DEFC9E'

red 222 ◦ green 252 ◦ blue 158

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

Shades of Reef #DEFC9E

Tints of Reef #DEFC9E

RGB

 RED value IS 222 (87.11% from 255) = 35.13%

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 158 (62.11% from 255) = 25%

R = 35.13%
G = 39.87%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#DEFC9E (or 0xDEFC9E) is known color: Reef. HEX triplet: DE, FC and 9E. RGB value is (222,252,158). Sum of RGB (Red+Green+Blue) = 222+252+158=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC9E is #210361. Grayscale: #E8E8E8. Windows color (decimal): -2163554 or 10419422. OLE color: 10419422.

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

Color convert

RGB 222 252 158 -
CMYK 0.12 0 0.37 0.01
HSL 79.15º 0.94% 0.8% -
HSV(B) 79.15º 0.37% 0.99% -
XYZ 71.11 87.62 45.51 -
YUV 232.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 222 252 158 0.12 0 0.37 0.01 79.15 0.94 0.8
Hex DE FC 9E C 0 25 1 4F 5E 50
Octal 336 374 236 14 0 45 1 117 136 120
Binary 11011110 11111100 10011110 1100 0 100101 1 1001111 1011110 1010000

Color Harmonies of #DEFC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC9E

Black with #DEFC9E

Text Example


Text Example

White with #DEFC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC9E; }

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

 H1.HeaderClassName
 {
   color: #DEFC9E;
 }
 .AnyTagClassName
 {
   color: #DEFC9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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