Html Css Color HEX #DEFA97 Reef

📋 copy color: '#DEFA97'

red 222 ◦ green 250 ◦ blue 151

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

Shades of Reef #DEFA97

Tints of Reef #DEFA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.24%

R = 35.63%
G = 40.13%
B = 24.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DEFA97 (or 0xDEFA97) is known color: Reef. HEX triplet: DE, FA and 97. RGB value is (222,250,151). Sum of RGB (Red+Green+Blue) = 222+250+151=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA97 is #210568. Grayscale: #E6E6E6. Windows color (decimal): -2164073 or 9960158. OLE color: 9960158.

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

Color convert

RGB 222 250 151 -
CMYK 0.11 0 0.40 0.02
HSL 76.97º 0.91% 0.79% -
HSV(B) 76.97º 0.4% 0.98% -
XYZ 69.9 86.14 42.22 -
YUV 230.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 222 250 151 0.11 0 0.40 0.02 76.97 0.91 0.79
Hex DE FA 97 B 0 28 2 4D 5B 4F
Octal 336 372 227 13 0 50 2 115 133 117
Binary 11011110 11111010 10010111 1011 0 101000 10 1001101 1011011 1001111

Color Harmonies of #DEFA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA97

Black with #DEFA97

Text Example


Text Example

White with #DEFA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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