Html Css Color HEX #DEF29B Reef

📋 copy color: '#DEF29B'

red 222 ◦ green 242 ◦ blue 155

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

Shades of Reef #DEF29B

Tints of Reef #DEF29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.04%

R = 35.86%
G = 39.1%
B = 25.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#DEF29B (or 0xDEF29B) is known color: Reef. HEX triplet: DE, F2 and 9B. RGB value is (222,242,155). Sum of RGB (Red+Green+Blue) = 222+242+155=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF29B is #210D64. Grayscale: #E2E2E2. Windows color (decimal): -2166117 or 10220254. OLE color: 10220254.

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

Color convert

RGB 222 242 155 -
CMYK 0.08 0 0.36 0.05
HSL 73.79º 0.77% 0.78% -
HSV(B) 73.79º 0.36% 0.95% -
XYZ 67.79 81.4 43.15 -
YUV 226.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 222 242 155 0.08 0 0.36 0.05 73.79 0.77 0.78
Hex DE F2 9B 8 0 24 5 4A 4D 4E
Octal 336 362 233 10 0 44 5 112 115 116
Binary 11011110 11110010 10011011 1000 0 100100 101 1001010 1001101 1001110

Color Harmonies of #DEF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF29B

Black with #DEF29B

Text Example


Text Example

White with #DEF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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