Html Css Color HEX #DDF548 Pear

📋 copy color: '#DDF548'

red 221 ◦ green 245 ◦ blue 72

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

Shades of Pear #DDF548

Tints of Pear #DDF548

RGB

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

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

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

R = 41.08%
G = 45.54%
B = 13.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#DDF548 (or 0xDDF548) is known color: Pear. HEX triplet: DD, F5 and 48. RGB value is (221,245,72). Sum of RGB (Red+Green+Blue) = 221+245+72=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF548 is #220AB7. Grayscale: #DADADA. Windows color (decimal): -2230968 or 4781533. OLE color: 4781533.

HSL color Cylindrical-coordinate representation of color #DDF548: hue angle of 68.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDF548 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 72 -
CMYK 0.10 0 0.71 0.04
HSL 68.32º 0.9% 0.62% -
HSV(B) 68.32º 0.71% 0.96% -
XYZ 63.64 81.14 18.44 -
YUV 218.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 221 245 72 0.10 0 0.71 0.04 68.32 0.9 0.62
Hex DD F5 48 A 0 47 4 44 5A 3E
Octal 335 365 110 12 0 107 4 104 132 76
Binary 11011101 11110101 1001000 1010 0 1000111 100 1000100 1011010 111110

Color Harmonies of #DDF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF548

Black with #DDF548

Text Example


Text Example

White with #DDF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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