Html Css Color HEX #DDF525 Pear

📋 copy color: '#DDF525'

red 221 ◦ green 245 ◦ blue 37

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

Shades of Pear #DDF525

Tints of Pear #DDF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.36%

R = 43.94%
G = 48.71%
B = 7.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#DDF525 (or 0xDDF525) is known color: Pear. HEX triplet: DD, F5 and 25. RGB value is (221,245,37). Sum of RGB (Red+Green+Blue) = 221+245+37=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF525 is #220ADA. Grayscale: #D6D6D6. Windows color (decimal): -2231003 or 2487773. OLE color: 2487773.

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

Color convert

RGB 221 245 37 -
CMYK 0.10 0 0.85 0.04
HSL 66.92º 0.91% 0.55% -
HSV(B) 66.92º 0.85% 0.96% -
XYZ 62.81 80.81 14.04 -
YUV 214.11 28.05 132.91 -
System Red Green Blue C M Y K H S L
Decimal 221 245 37 0.10 0 0.85 0.04 66.92 0.91 0.55
Hex DD F5 25 A 0 55 4 43 5B 37
Octal 335 365 45 12 0 125 4 103 133 67
Binary 11011101 11110101 100101 1010 0 1010101 100 1000011 1011011 110111

Color Harmonies of #DDF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF525

Black with #DDF525

Text Example


Text Example

White with #DDF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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