Html Css Color HEX #DEF29D Reef

📋 copy color: '#DEF29D'

red 222 ◦ green 242 ◦ blue 157

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

Shades of Reef #DEF29D

Tints of Reef #DEF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.28%

R = 35.75%
G = 38.97%
B = 25.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#DEF29D (or 0xDEF29D) is known color: Reef. HEX triplet: DE, F2 and 9D. RGB value is (222,242,157). Sum of RGB (Red+Green+Blue) = 222+242+157=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF29D is #210D62. Grayscale: #E2E2E2. Windows color (decimal): -2166115 or 10351326. OLE color: 10351326.

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

Color convert

RGB 222 242 157 -
CMYK 0.08 0 0.35 0.05
HSL 74.12º 0.77% 0.78% -
HSV(B) 74.12º 0.35% 0.95% -
XYZ 67.96 81.47 44.04 -
YUV 226.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 222 242 157 0.08 0 0.35 0.05 74.12 0.77 0.78
Hex DE F2 9D 8 0 23 5 4A 4D 4E
Octal 336 362 235 10 0 43 5 112 115 116
Binary 11011110 11110010 10011101 1000 0 100011 101 1001010 1001101 1001110

Color Harmonies of #DEF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF29D

Black with #DEF29D

Text Example


Text Example

White with #DEF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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