Html Css Color HEX #DEFF31 Pear

📋 copy color: '#DEFF31'

red 222 ◦ green 255 ◦ blue 49

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

Shades of Pear #DEFF31

Tints of Pear #DEFF31

RGB

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

 GREEN value IS 255 (100% from 255) = 48.48%

 BLUE value IS 49 (19.53% from 255) = 9.32%

R = 42.21%
G = 48.48%
B = 9.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#DEFF31 (or 0xDEFF31) is known color: Pear. HEX triplet: DE, FF and 31. RGB value is (222,255,49). Sum of RGB (Red+Green+Blue) = 222+255+49=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF31 is #2100CE. Grayscale: #DEDEDE. Windows color (decimal): -2162895 or 3276766. OLE color: 3276766.

HSL color Cylindrical-coordinate representation of color #DEFF31: hue angle of 69.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEFF31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 49 -
CMYK 0.13 0 0.81 0
HSL 69.61º 1% 0.6% -
HSV(B) 69.61º 0.81% 1% -
XYZ 66.44 87.27 16.25 -
YUV 221.65 30.57 128.25 -
System Red Green Blue C M Y K H S L
Decimal 222 255 49 0.13 0 0.81 0 69.61 1 0.6
Hex DE FF 31 D 0 51 0 46 64 3C
Octal 336 377 61 15 0 121 0 106 144 74
Binary 11011110 11111111 110001 1101 0 1010001 0 1000110 1100100 111100

Color Harmonies of #DEFF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF31

Black with #DEFF31

Text Example


Text Example

White with #DEFF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF31; }

 p { color: rgb(222,255,49); }

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

background-color css

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

 a { background-color: rgb(222,255,49); }

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

border-color css

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

 span { border-color: rgb(222,255,49); }

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