Html Css Color HEX #DDFF48 Pear

📋 copy color: '#DDFF48'

red 221 ◦ green 255 ◦ blue 72

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

Shades of Pear #DDFF48

Tints of Pear #DDFF48

RGB

 RED value IS 221 (86.72% from 255) = 40.33%

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

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

R = 40.33%
G = 46.53%
B = 13.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#DDFF48 (or 0xDDFF48) is known color: Pear. HEX triplet: DD, FF and 48. RGB value is (221,255,72). Sum of RGB (Red+Green+Blue) = 221+255+72=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 72 (28.52% from 255 or 13.14% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF48 is #2200B7. Grayscale: #E0E0E0. Windows color (decimal): -2228408 or 4784093. OLE color: 4784093.

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

Color convert

RGB 221 255 72 -
CMYK 0.13 0 0.72 0
HSL 71.15º 1% 0.64% -
HSV(B) 71.15º 0.72% 1% -
XYZ 66.75 87.36 19.48 -
YUV 223.97 42.24 125.88 -
System Red Green Blue C M Y K H S L
Decimal 221 255 72 0.13 0 0.72 0 71.15 1 0.64
Hex DD FF 48 D 0 48 0 47 64 40
Octal 335 377 110 15 0 110 0 107 144 100
Binary 11011101 11111111 1001000 1101 0 1001000 0 1000111 1100100 1000000

Color Harmonies of #DDFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF48

Black with #DDFF48

Text Example


Text Example

White with #DDFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF48; }

 p { color: rgb(221,255,72); }

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

background-color css

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

 a { background-color: rgb(221,255,72); }

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

border-color css

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

 span { border-color: rgb(221,255,72); }

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