Html Css Color HEX #DDF72A Pear

📋 copy color: '#DDF72A'

red 221 ◦ green 247 ◦ blue 42

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

Shades of Pear #DDF72A

Tints of Pear #DDF72A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

 BLUE value IS 42 (16.8% from 255) = 8.24%

R = 43.33%
G = 48.43%
B = 8.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#DDF72A (or 0xDDF72A) is known color: Pear. HEX triplet: DD, F7 and 2A. RGB value is (221,247,42). Sum of RGB (Red+Green+Blue) = 221+247+42=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF72A is #2208D5. Grayscale: #D8D8D8. Windows color (decimal): -2230486 or 2815965. OLE color: 2815965.

HSL color Cylindrical-coordinate representation of color #DDF72A: hue angle of 67.61º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDF72A is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 42 -
CMYK 0.11 0 0.83 0.03
HSL 67.61º 0.93% 0.57% -
HSV(B) 67.61º 0.83% 0.97% -
XYZ 63.5 82.06 14.68 -
YUV 215.86 29.89 131.67 -
System Red Green Blue C M Y K H S L
Decimal 221 247 42 0.11 0 0.83 0.03 67.61 0.93 0.57
Hex DD F7 2A B 0 53 3 44 5D 39
Octal 335 367 52 13 0 123 3 104 135 71
Binary 11011101 11110111 101010 1011 0 1010011 11 1000100 1011101 111001

Color Harmonies of #DDF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF72A

Black with #DDF72A

Text Example


Text Example

White with #DDF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF72A; }

 p { color: rgb(221,247,42); }

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

background-color css

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

 a { background-color: rgb(221,247,42); }

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

border-color css

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

 span { border-color: rgb(221,247,42); }

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