Html Css Color HEX #DEF7A5 Reef

📋 copy color: '#DEF7A5'

red 222 ◦ green 247 ◦ blue 165

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

Shades of Reef #DEF7A5

Tints of Reef #DEF7A5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.96%

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

R = 35.02%
G = 38.96%
B = 26.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#DEF7A5 (or 0xDEF7A5) is known color: Reef. HEX triplet: DE, F7 and A5. RGB value is (222,247,165). Sum of RGB (Red+Green+Blue) = 222+247+165=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF7A5 is #21085A. Grayscale: #E6E6E6. Windows color (decimal): -2164827 or 10876894. OLE color: 10876894.

HSL color Cylindrical-coordinate representation of color #DEF7A5: hue angle of 78.29º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF7A5 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 247 165 -
CMYK 0.10 0 0.33 0.03
HSL 78.29º 0.84% 0.81% -
HSV(B) 78.29º 0.33% 0.97% -
XYZ 70.18 84.77 48.26 -
YUV 230.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 222 247 165 0.10 0 0.33 0.03 78.29 0.84 0.81
Hex DE F7 A5 A 0 21 3 4E 54 51
Octal 336 367 245 12 0 41 3 116 124 121
Binary 11011110 11110111 10100101 1010 0 100001 11 1001110 1010100 1010001

Color Harmonies of #DEF7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF7A5

Black with #DEF7A5

Text Example


Text Example

White with #DEF7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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