Html Css Color HEX #DEFA9F Reef

📋 copy color: '#DEFA9F'

red 222 ◦ green 250 ◦ blue 159

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

Shades of Reef #DEFA9F

Tints of Reef #DEFA9F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 159 (62.5% from 255) = 25.2%

R = 35.18%
G = 39.62%
B = 25.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DEFA9F (or 0xDEFA9F) is known color: Reef. HEX triplet: DE, FA and 9F. RGB value is (222,250,159). Sum of RGB (Red+Green+Blue) = 222+250+159=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9F is #210560. Grayscale: #E7E7E7. Windows color (decimal): -2164065 or 10484446. OLE color: 10484446.

HSL color Cylindrical-coordinate representation of color #DEFA9F: hue angle of 78.46º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEFA9F is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 159 -
CMYK 0.11 0 0.36 0.02
HSL 78.46º 0.9% 0.8% -
HSV(B) 78.46º 0.36% 0.98% -
XYZ 70.57 86.4 45.76 -
YUV 231.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 222 250 159 0.11 0 0.36 0.02 78.46 0.9 0.8
Hex DE FA 9F B 0 24 2 4E 5A 50
Octal 336 372 237 13 0 44 2 116 132 120
Binary 11011110 11111010 10011111 1011 0 100100 10 1001110 1011010 1010000

Color Harmonies of #DEFA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA9F

Black with #DEFA9F

Text Example


Text Example

White with #DEFA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA9F; }

 p { color: rgb(222,250,159); }

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

background-color css

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

 a { background-color: rgb(222,250,159); }

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

border-color css

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

 span { border-color: rgb(222,250,159); }

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