Html Css Color HEX #DEFB29 Pear

📋 copy color: '#DEFB29'

red 222 ◦ green 251 ◦ blue 41

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

Shades of Pear #DEFB29

Tints of Pear #DEFB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.98%

R = 43.19%
G = 48.83%
B = 7.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#DEFB29 (or 0xDEFB29) is known color: Pear. HEX triplet: DE, FB and 29. RGB value is (222,251,41). Sum of RGB (Red+Green+Blue) = 222+251+41=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB29 is #2104D6. Grayscale: #DBDBDB. Windows color (decimal): -2163927 or 2751454. OLE color: 2751454.

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

Color convert

RGB 222 251 41 -
CMYK 0.12 0 0.84 0.02
HSL 68.29º 0.96% 0.57% -
HSV(B) 68.29º 0.84% 0.98% -
XYZ 65.02 84.68 15.02 -
YUV 218.39 27.89 130.58 -
System Red Green Blue C M Y K H S L
Decimal 222 251 41 0.12 0 0.84 0.02 68.29 0.96 0.57
Hex DE FB 29 C 0 54 2 44 60 39
Octal 336 373 51 14 0 124 2 104 140 71
Binary 11011110 11111011 101001 1100 0 1010100 10 1000100 1100000 111001

Color Harmonies of #DEFB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFB29

Black with #DEFB29

Text Example


Text Example

White with #DEFB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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