Html Css Color HEX #DDFF33 Pear

📋 copy color: '#DDFF33'

red 221 ◦ green 255 ◦ blue 51

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

Shades of Pear #DDFF33

Tints of Pear #DDFF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.68%

R = 41.94%
G = 48.39%
B = 9.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#DDFF33 (or 0xDDFF33) is known color: Pear. HEX triplet: DD, FF and 33. RGB value is (221,255,51). Sum of RGB (Red+Green+Blue) = 221+255+51=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF33 is #2200CC. Grayscale: #DEDEDE. Windows color (decimal): -2228429 or 3407837. OLE color: 3407837.

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

Color convert

RGB 221 255 51 -
CMYK 0.13 0 0.8 0
HSL 70º 1% 0.6% -
HSV(B) 70º 0.8% 1% -
XYZ 66.18 87.13 16.46 -
YUV 221.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 221 255 51 0.13 0 0.8 0 70 1 0.6
Hex DD FF 33 D 0 50 0 46 64 3C
Octal 335 377 63 15 0 120 0 106 144 74
Binary 11011101 11111111 110011 1101 0 1010000 0 1000110 1100100 111100

Color Harmonies of #DDFF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF33

Black with #DDFF33

Text Example


Text Example

White with #DDFF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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