Html Css Color HEX #DDF735 Pear

📋 copy color: '#DDF735'

red 221 ◦ green 247 ◦ blue 53

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

Shades of Pear #DDF735

Tints of Pear #DDF735

RGB

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

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

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

R = 42.42%
G = 47.41%
B = 10.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#DDF735 (or 0xDDF735) is known color: Pear. HEX triplet: DD, F7 and 35. RGB value is (221,247,53). Sum of RGB (Red+Green+Blue) = 221+247+53=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF735 is #2208CA. Grayscale: #D9D9D9. Windows color (decimal): -2230475 or 3536861. OLE color: 3536861.

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

Color convert

RGB 221 247 53 -
CMYK 0.11 0 0.79 0.03
HSL 68.04º 0.92% 0.59% -
HSV(B) 68.04º 0.79% 0.97% -
XYZ 63.72 82.15 15.87 -
YUV 217.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 221 247 53 0.11 0 0.79 0.03 68.04 0.92 0.59
Hex DD F7 35 B 0 4F 3 44 5C 3B
Octal 335 367 65 13 0 117 3 104 134 73
Binary 11011101 11110111 110101 1011 0 1001111 11 1000100 1011100 111011

Color Harmonies of #DDF735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF735

Black with #DDF735

Text Example


Text Example

White with #DDF735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF735; }

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

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

background-color css

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

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

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

border-color css

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

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

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