Html Css Color HEX #DDFB33 Pear

📋 copy color: '#DDFB33'

red 221 ◦ green 251 ◦ blue 51

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

Shades of Pear #DDFB33

Tints of Pear #DDFB33

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

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

R = 42.26%
G = 47.99%
B = 9.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#DDFB33 (or 0xDDFB33) is known color: Pear. HEX triplet: DD, FB and 33. RGB value is (221,251,51). Sum of RGB (Red+Green+Blue) = 221+251+51=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 51 (20.31% from 255 or 9.75% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB33 is #2204CC. Grayscale: #DCDCDC. Windows color (decimal): -2229453 or 3406813. OLE color: 3406813.

HSL color Cylindrical-coordinate representation of color #DDFB33: hue angle of 69º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDFB33 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 51 -
CMYK 0.12 0 0.80 0.02
HSL 69º 0.96% 0.59% -
HSV(B) 69º 0.8% 0.98% -
XYZ 64.91 84.61 16.04 -
YUV 219.23 33.06 129.26 -
System Red Green Blue C M Y K H S L
Decimal 221 251 51 0.12 0 0.80 0.02 69 0.96 0.59
Hex DD FB 33 C 0 50 2 45 60 3B
Octal 335 373 63 14 0 120 2 105 140 73
Binary 11011101 11111011 110011 1100 0 1010000 10 1000101 1100000 111011

Color Harmonies of #DDFB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB33

Black with #DDFB33

Text Example


Text Example

White with #DDFB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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