Html Css Color HEX #DDF035 Pear

📋 copy color: '#DDF035'

red 221 ◦ green 240 ◦ blue 53

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

Shades of Pear #DDF035

Tints of Pear #DDF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.69%

 BLUE value IS 53 (21.09% from 255) = 10.31%

R = 43%
G = 46.69%
B = 10.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#DDF035 (or 0xDDF035) is known color: Pear. HEX triplet: DD, F0 and 35. RGB value is (221,240,53). Sum of RGB (Red+Green+Blue) = 221+240+53=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF035 is #220FCA. Grayscale: #D5D5D5. Windows color (decimal): -2232267 or 3535069. OLE color: 3535069.

HSL color Cylindrical-coordinate representation of color #DDF035: hue angle of 66.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF035 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 53 -
CMYK 0.08 0 0.78 0.06
HSL 66.1º 0.86% 0.57% -
HSV(B) 66.1º 0.78% 0.94% -
XYZ 61.62 77.95 15.17 -
YUV 213 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 221 240 53 0.08 0 0.78 0.06 66.1 0.86 0.57
Hex DD F0 35 8 0 4E 6 42 56 39
Octal 335 360 65 10 0 116 6 102 126 71
Binary 11011101 11110000 110101 1000 0 1001110 110 1000010 1010110 111001

Color Harmonies of #DDF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF035

Black with #DDF035

Text Example


Text Example

White with #DDF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF035; }

 p { color: rgb(221,240,53); }

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

background-color css

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

 a { background-color: rgb(221,240,53); }

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

border-color css

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

 span { border-color: rgb(221,240,53); }

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