Html Css Color HEX #DDEF35 Pear

📋 copy color: '#DDEF35'

red 221 ◦ green 239 ◦ blue 53

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

Shades of Pear #DDEF35

Tints of Pear #DDEF35

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.59%

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

R = 43.08%
G = 46.59%
B = 10.33%

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

#DDEF35 (or 0xDDEF35) is known color: Pear. HEX triplet: DD, EF and 35. RGB value is (221,239,53). Sum of RGB (Red+Green+Blue) = 221+239+53=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF35 is #2210CA. Grayscale: #D5D5D5. Windows color (decimal): -2232523 or 3534813. OLE color: 3534813.

HSL color Cylindrical-coordinate representation of color #DDEF35: hue angle of 65.81º degrees, saturation: 0.85, 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 #DDEF35 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 53 -
CMYK 0.08 0 0.78 0.06
HSL 65.81º 0.85% 0.57% -
HSV(B) 65.81º 0.78% 0.94% -
XYZ 61.33 77.36 15.07 -
YUV 212.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 221 239 53 0.08 0 0.78 0.06 65.81 0.85 0.57
Hex DD EF 35 8 0 4E 6 42 55 39
Octal 335 357 65 10 0 116 6 102 125 71
Binary 11011101 11101111 110101 1000 0 1001110 110 1000010 1010101 111001

Color Harmonies of #DDEF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF35

Black with #DDEF35

Text Example


Text Example

White with #DDEF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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