Html Css Color HEX #DEFBA4 Reef

📋 copy color: '#DEFBA4'

red 222 ◦ green 251 ◦ blue 164

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

Shades of Reef #DEFBA4

Tints of Reef #DEFBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.75%

R = 34.85%
G = 39.4%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#DEFBA4 (or 0xDEFBA4) is known color: Reef. HEX triplet: DE, FB and A4. RGB value is (222,251,164). Sum of RGB (Red+Green+Blue) = 222+251+164=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA4 is #21045B. Grayscale: #E8E8E8. Windows color (decimal): -2163804 or 10812382. OLE color: 10812382.

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

Color convert

RGB 222 251 164 -
CMYK 0.12 0 0.35 0.02
HSL 80º 0.92% 0.81% -
HSV(B) 80º 0.35% 0.98% -
XYZ 71.32 87.2 48.19 -
YUV 232.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 222 251 164 0.12 0 0.35 0.02 80 0.92 0.81
Hex DE FB A4 C 0 23 2 50 5C 51
Octal 336 373 244 14 0 43 2 120 134 121
Binary 11011110 11111011 10100100 1100 0 100011 10 1010000 1011100 1010001

Color Harmonies of #DEFBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBA4

Black with #DEFBA4

Text Example


Text Example

White with #DEFBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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