Html Css Color HEX #DEFBA5 Reef

📋 copy color: '#DEFBA5'

red 222 ◦ green 251 ◦ blue 165

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

Shades of Reef #DEFBA5

Tints of Reef #DEFBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.86%

R = 34.8%
G = 39.34%
B = 25.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DEFBA5 (or 0xDEFBA5) is known color: Reef. HEX triplet: DE, FB and A5. RGB value is (222,251,165). Sum of RGB (Red+Green+Blue) = 222+251+165=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA5 is #21045A. Grayscale: #E8E8E8. Windows color (decimal): -2163803 or 10877918. OLE color: 10877918.

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

Color convert

RGB 222 251 165 -
CMYK 0.12 0 0.34 0.02
HSL 80.23º 0.91% 0.82% -
HSV(B) 80.23º 0.34% 0.98% -
XYZ 71.41 87.24 48.67 -
YUV 232.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 222 251 165 0.12 0 0.34 0.02 80.23 0.91 0.82
Hex DE FB A5 C 0 22 2 50 5B 52
Octal 336 373 245 14 0 42 2 120 133 122
Binary 11011110 11111011 10100101 1100 0 100010 10 1010000 1011011 1010010

Color Harmonies of #DEFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBA5

Black with #DEFBA5

Text Example


Text Example

White with #DEFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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