Html Css Color HEX #DDFF35 Pear

📋 copy color: '#DDFF35'

red 221 ◦ green 255 ◦ blue 53

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

Shades of Pear #DDFF35

Tints of Pear #DDFF35

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

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

R = 41.78%
G = 48.2%
B = 10.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#DDFF35 (or 0xDDFF35) is known color: Pear. HEX triplet: DD, FF and 35. RGB value is (221,255,53). Sum of RGB (Red+Green+Blue) = 221+255+53=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF35 is #2200CA. Grayscale: #DEDEDE. Windows color (decimal): -2228427 or 3538909. OLE color: 3538909.

HSL color Cylindrical-coordinate representation of color #DDFF35: hue angle of 70.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDFF35 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 53 -
CMYK 0.13 0 0.79 0
HSL 70.1º 1% 0.6% -
HSV(B) 70.1º 0.79% 1% -
XYZ 66.22 87.15 16.7 -
YUV 221.81 32.74 127.43 -
System Red Green Blue C M Y K H S L
Decimal 221 255 53 0.13 0 0.79 0 70.1 1 0.6
Hex DD FF 35 D 0 4F 0 46 64 3C
Octal 335 377 65 15 0 117 0 106 144 74
Binary 11011101 11111111 110101 1101 0 1001111 0 1000110 1100100 111100

Color Harmonies of #DDFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF35

Black with #DDFF35

Text Example


Text Example

White with #DDFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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