Html Css Color HEX #DEFA9D Reef

📋 copy color: '#DEFA9D'

red 222 ◦ green 250 ◦ blue 157

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

Shades of Reef #DEFA9D

Tints of Reef #DEFA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.96%

R = 35.29%
G = 39.75%
B = 24.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#DEFA9D (or 0xDEFA9D) is known color: Reef. HEX triplet: DE, FA and 9D. RGB value is (222,250,157). Sum of RGB (Red+Green+Blue) = 222+250+157=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9D is #210562. Grayscale: #E7E7E7. Windows color (decimal): -2164067 or 10353374. OLE color: 10353374.

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

Color convert

RGB 222 250 157 -
CMYK 0.11 0 0.37 0.02
HSL 78.06º 0.9% 0.8% -
HSV(B) 78.06º 0.37% 0.98% -
XYZ 70.4 86.34 44.85 -
YUV 231.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 222 250 157 0.11 0 0.37 0.02 78.06 0.9 0.8
Hex DE FA 9D B 0 25 2 4E 5A 50
Octal 336 372 235 13 0 45 2 116 132 120
Binary 11011110 11111010 10011101 1011 0 100101 10 1001110 1011010 1010000

Color Harmonies of #DEFA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA9D

Black with #DEFA9D

Text Example


Text Example

White with #DEFA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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