Html Css Color HEX #DDF52D Pear

📋 copy color: '#DDF52D'

red 221 ◦ green 245 ◦ blue 45

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

Shades of Pear #DDF52D

Tints of Pear #DDF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.81%

R = 43.25%
G = 47.95%
B = 8.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#DDF52D (or 0xDDF52D) is known color: Pear. HEX triplet: DD, F5 and 2D. RGB value is (221,245,45). Sum of RGB (Red+Green+Blue) = 221+245+45=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF52D is #220AD2. Grayscale: #D7D7D7. Windows color (decimal): -2230995 or 3012061. OLE color: 3012061.

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

Color convert

RGB 221 245 45 -
CMYK 0.10 0 0.82 0.04
HSL 67.2º 0.91% 0.57% -
HSV(B) 67.2º 0.82% 0.96% -
XYZ 62.94 80.87 14.77 -
YUV 215.02 32.05 132.26 -
System Red Green Blue C M Y K H S L
Decimal 221 245 45 0.10 0 0.82 0.04 67.2 0.91 0.57
Hex DD F5 2D A 0 52 4 43 5B 39
Octal 335 365 55 12 0 122 4 103 133 71
Binary 11011101 11110101 101101 1010 0 1010010 100 1000011 1011011 111001

Color Harmonies of #DDF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF52D

Black with #DDF52D

Text Example


Text Example

White with #DDF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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