Html Css Color HEX #DEFBA0 Reef

📋 copy color: '#DEFBA0'

red 222 ◦ green 251 ◦ blue 160

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

Shades of Reef #DEFBA0

Tints of Reef #DEFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.65%

 BLUE value IS 160 (62.89% from 255) = 25.28%

R = 35.07%
G = 39.65%
B = 25.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DEFBA0 (or 0xDEFBA0) is known color: Reef. HEX triplet: DE, FB and A0. RGB value is (222,251,160). Sum of RGB (Red+Green+Blue) = 222+251+160=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA0 is #21045F. Grayscale: #E8E8E8. Windows color (decimal): -2163808 or 10550238. OLE color: 10550238.

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

Color convert

RGB 222 251 160 -
CMYK 0.12 0 0.36 0.02
HSL 79.12º 0.92% 0.81% -
HSV(B) 79.12º 0.36% 0.98% -
XYZ 70.97 87.06 46.32 -
YUV 231.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 222 251 160 0.12 0 0.36 0.02 79.12 0.92 0.81
Hex DE FB A0 C 0 24 2 4F 5C 51
Octal 336 373 240 14 0 44 2 117 134 121
Binary 11011110 11111011 10100000 1100 0 100100 10 1001111 1011100 1010001

Color Harmonies of #DEFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBA0

Black with #DEFBA0

Text Example


Text Example

White with #DEFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBA0; }

 p { color: rgb(222,251,160); }

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

background-color css

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

 a { background-color: rgb(222,251,160); }

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

border-color css

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

 span { border-color: rgb(222,251,160); }

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