Html Css Color HEX #DEF531 Pear

📋 copy color: '#DEF531'

red 222 ◦ green 245 ◦ blue 49

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

Shades of Pear #DEF531

Tints of Pear #DEF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.48%

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

R = 43.02%
G = 47.48%
B = 9.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#DEF531 (or 0xDEF531) is known color: Pear. HEX triplet: DE, F5 and 31. RGB value is (222,245,49). Sum of RGB (Red+Green+Blue) = 222+245+49=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF531 is #210ACE. Grayscale: #D8D8D8. Windows color (decimal): -2165455 or 3274206. OLE color: 3274206.

HSL color Cylindrical-coordinate representation of color #DEF531: hue angle of 67.04º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF531 is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 49 -
CMYK 0.09 0 0.8 0.04
HSL 67.04º 0.91% 0.58% -
HSV(B) 67.04º 0.8% 0.96% -
XYZ 63.33 81.06 15.21 -
YUV 215.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 222 245 49 0.09 0 0.8 0.04 67.04 0.91 0.58
Hex DE F5 31 9 0 50 4 43 5B 3A
Octal 336 365 61 11 0 120 4 103 133 72
Binary 11011110 11110101 110001 1001 0 1010000 100 1000011 1011011 111010

Color Harmonies of #DEF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF531

Black with #DEF531

Text Example


Text Example

White with #DEF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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