Html Css Color HEX #DDFF3E Pear

📋 copy color: '#DDFF3E'

red 221 ◦ green 255 ◦ blue 62

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

Shades of Pear #DDFF3E

Tints of Pear #DDFF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.52%

R = 41.08%
G = 47.4%
B = 11.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#DDFF3E (or 0xDDFF3E) is known color: Pear. HEX triplet: DD, FF and 3E. RGB value is (221,255,62). Sum of RGB (Red+Green+Blue) = 221+255+62=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF3E is #2200C1. Grayscale: #DFDFDF. Windows color (decimal): -2228418 or 4128733. OLE color: 4128733.

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

Color convert

RGB 221 255 62 -
CMYK 0.13 0 0.76 0
HSL 70.57º 1% 0.62% -
HSV(B) 70.57º 0.76% 1% -
XYZ 66.45 87.24 17.89 -
YUV 222.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 221 255 62 0.13 0 0.76 0 70.57 1 0.62
Hex DD FF 3E D 0 4C 0 47 64 3E
Octal 335 377 76 15 0 114 0 107 144 76
Binary 11011101 11111111 111110 1101 0 1001100 0 1000111 1100100 111110

Color Harmonies of #DDFF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF3E

Black with #DDFF3E

Text Example


Text Example

White with #DDFF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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