Html Css Color HEX #DDFF3B Pear

📋 copy color: '#DDFF3B'

red 221 ◦ green 255 ◦ blue 59

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

Shades of Pear #DDFF3B

Tints of Pear #DDFF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.03%

R = 41.31%
G = 47.66%
B = 11.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#DDFF3B (or 0xDDFF3B) is known color: Pear. HEX triplet: DD, FF and 3B. RGB value is (221,255,59). Sum of RGB (Red+Green+Blue) = 221+255+59=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 59 (23.44% from 255 or 11.03% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF3B is #2200C4. Grayscale: #DFDFDF. Windows color (decimal): -2228421 or 3932125. OLE color: 3932125.

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

Color convert

RGB 221 255 59 -
CMYK 0.13 0 0.77 0
HSL 70.41º 1% 0.62% -
HSV(B) 70.41º 0.77% 1% -
XYZ 66.37 87.21 17.47 -
YUV 222.49 35.74 126.94 -
System Red Green Blue C M Y K H S L
Decimal 221 255 59 0.13 0 0.77 0 70.41 1 0.62
Hex DD FF 3B D 0 4D 0 46 64 3E
Octal 335 377 73 15 0 115 0 106 144 76
Binary 11011101 11111111 111011 1101 0 1001101 0 1000110 1100100 111110

Color Harmonies of #DDFF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF3B

Black with #DDFF3B

Text Example


Text Example

White with #DDFF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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