Html Css Color HEX #DDF832 Pear

📋 copy color: '#DDF832'

red 221 ◦ green 248 ◦ blue 50

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

Shades of Pear #DDF832

Tints of Pear #DDF832

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 50 (19.92% from 255) = 9.63%

R = 42.58%
G = 47.78%
B = 9.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#DDF832 (or 0xDDF832) is known color: Pear. HEX triplet: DD, F8 and 32. RGB value is (221,248,50). Sum of RGB (Red+Green+Blue) = 221+248+50=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF832 is #2207CD. Grayscale: #DADADA. Windows color (decimal): -2230222 or 3340509. OLE color: 3340509.

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

Color convert

RGB 221 248 50 -
CMYK 0.11 0 0.80 0.03
HSL 68.18º 0.93% 0.58% -
HSV(B) 68.18º 0.8% 0.97% -
XYZ 63.96 82.74 15.62 -
YUV 217.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 221 248 50 0.11 0 0.80 0.03 68.18 0.93 0.58
Hex DD F8 32 B 0 50 3 44 5D 3A
Octal 335 370 62 13 0 120 3 104 135 72
Binary 11011101 11111000 110010 1011 0 1010000 11 1000100 1011101 111010

Color Harmonies of #DDF832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF832

Black with #DDF832

Text Example


Text Example

White with #DDF832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF832; }

 p { color: rgb(221,248,50); }

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

background-color css

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

 a { background-color: rgb(221,248,50); }

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

border-color css

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

 span { border-color: rgb(221,248,50); }

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