Html Css Color HEX #DEFE48 Pear

📋 copy color: '#DEFE48'

red 222 ◦ green 254 ◦ blue 72

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

Shades of Pear #DEFE48

Tints of Pear #DEFE48

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.35%

 BLUE value IS 72 (28.52% from 255) = 13.14%

R = 40.51%
G = 46.35%
B = 13.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#DEFE48 (or 0xDEFE48) is known color: Pear. HEX triplet: DE, FE and 48. RGB value is (222,254,72). Sum of RGB (Red+Green+Blue) = 222+254+72=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 72 (28.52% from 255 or 13.14% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE48 is #2101B7. Grayscale: #E0E0E0. Windows color (decimal): -2163128 or 4783838. OLE color: 4783838.

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

Color convert

RGB 222 254 72 -
CMYK 0.13 0 0.72 0.00
HSL 70.55º 0.99% 0.64% -
HSV(B) 70.55º 0.72% 1% -
XYZ 66.74 86.88 19.38 -
YUV 223.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 222 254 72 0.13 0 0.72 0.00 70.55 0.99 0.64
Hex DE FE 48 D 0 48 0 47 63 40
Octal 336 376 110 15 0 110 0 107 143 100
Binary 11011110 11111110 1001000 1101 0 1001000 0 1000111 1100011 1000000

Color Harmonies of #DEFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFE48

Black with #DEFE48

Text Example


Text Example

White with #DEFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFE48; }

 p { color: rgb(222,254,72); }

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

background-color css

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

 a { background-color: rgb(222,254,72); }

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

border-color css

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

 span { border-color: rgb(222,254,72); }

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