Html Css Color HEX #DEF2AF Reef

📋 copy color: '#DEF2AF'

red 222 ◦ green 242 ◦ blue 175

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

Shades of Reef #DEF2AF

Tints of Reef #DEF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.87%

 BLUE value IS 175 (68.75% from 255) = 27.39%

R = 34.74%
G = 37.87%
B = 27.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#DEF2AF (or 0xDEF2AF) is known color: Reef. HEX triplet: DE, F2 and AF. RGB value is (222,242,175). Sum of RGB (Red+Green+Blue) = 222+242+175=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AF is #210D50. Grayscale: #E4E4E4. Windows color (decimal): -2166097 or 11530974. OLE color: 11530974.

HSL color Cylindrical-coordinate representation of color #DEF2AF: hue angle of 77.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF2AF is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 175 -
CMYK 0.08 0 0.28 0.05
HSL 77.91º 0.72% 0.82% -
HSV(B) 77.91º 0.28% 0.95% -
XYZ 69.61 82.13 52.74 -
YUV 228.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 222 242 175 0.08 0 0.28 0.05 77.91 0.72 0.82
Hex DE F2 AF 8 0 1C 5 4E 48 52
Octal 336 362 257 10 0 34 5 116 110 122
Binary 11011110 11110010 10101111 1000 0 11100 101 1001110 1001000 1010010

Color Harmonies of #DEF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2AF

Black with #DEF2AF

Text Example


Text Example

White with #DEF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2AF; }

 p { color: rgb(222,242,175); }

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

background-color css

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

 a { background-color: rgb(222,242,175); }

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

border-color css

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

 span { border-color: rgb(222,242,175); }

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