Html Css Color HEX #DEFA96 Reef

📋 copy color: '#DEFA96'

red 222 ◦ green 250 ◦ blue 150

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

Shades of Reef #DEFA96

Tints of Reef #DEFA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.12%

R = 35.69%
G = 40.19%
B = 24.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#DEFA96 (or 0xDEFA96) is known color: Reef. HEX triplet: DE, FA and 96. RGB value is (222,250,150). Sum of RGB (Red+Green+Blue) = 222+250+150=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA96 is #210569. Grayscale: #E6E6E6. Windows color (decimal): -2164074 or 9894622. OLE color: 9894622.

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

Color convert

RGB 222 250 150 -
CMYK 0.11 0 0.4 0.02
HSL 76.8º 0.91% 0.78% -
HSV(B) 76.8º 0.4% 0.98% -
XYZ 69.81 86.1 41.79 -
YUV 230.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 222 250 150 0.11 0 0.4 0.02 76.8 0.91 0.78
Hex DE FA 96 B 0 28 2 4D 5B 4E
Octal 336 372 226 13 0 50 2 115 133 116
Binary 11011110 11111010 10010110 1011 0 101000 10 1001101 1011011 1001110

Color Harmonies of #DEFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA96

Black with #DEFA96

Text Example


Text Example

White with #DEFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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