Html Css Color HEX #DDF537 Pear

📋 copy color: '#DDF537'

red 221 ◦ green 245 ◦ blue 55

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

Shades of Pear #DDF537

Tints of Pear #DDF537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.56%

R = 42.42%
G = 47.02%
B = 10.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#DDF537 (or 0xDDF537) is known color: Pear. HEX triplet: DD, F5 and 37. RGB value is (221,245,55). Sum of RGB (Red+Green+Blue) = 221+245+55=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 55 (21.88% from 255 or 10.56% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF537 is #220AC8. Grayscale: #D8D8D8. Windows color (decimal): -2230985 or 3667421. OLE color: 3667421.

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

Color convert

RGB 221 245 55 -
CMYK 0.10 0 0.78 0.04
HSL 67.58º 0.9% 0.59% -
HSV(B) 67.58º 0.78% 0.96% -
XYZ 63.16 80.95 15.91 -
YUV 216.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 221 245 55 0.10 0 0.78 0.04 67.58 0.9 0.59
Hex DD F5 37 A 0 4E 4 44 5A 3B
Octal 335 365 67 12 0 116 4 104 132 73
Binary 11011101 11110101 110111 1010 0 1001110 100 1000100 1011010 111011

Color Harmonies of #DDF537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF537

Black with #DDF537

Text Example


Text Example

White with #DDF537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF537; }

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

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

background-color css

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

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

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

border-color css

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

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

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