Html Css Color HEX #DDFF2E Pear

📋 copy color: '#DDFF2E'

red 221 ◦ green 255 ◦ blue 46

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

Shades of Pear #DDFF2E

Tints of Pear #DDFF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.81%

R = 42.34%
G = 48.85%
B = 8.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#DDFF2E (or 0xDDFF2E) is known color: Pear. HEX triplet: DD, FF and 2E. RGB value is (221,255,46). Sum of RGB (Red+Green+Blue) = 221+255+46=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 46 (18.36% from 255 or 8.81% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF2E is #2200D1. Grayscale: #DDDDDD. Windows color (decimal): -2228434 or 3080157. OLE color: 3080157.

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

Color convert

RGB 221 255 46 -
CMYK 0.13 0 0.82 0
HSL 69.76º 1% 0.59% -
HSV(B) 69.76º 0.82% 1% -
XYZ 66.07 87.09 15.91 -
YUV 221.01 29.24 127.99 -
System Red Green Blue C M Y K H S L
Decimal 221 255 46 0.13 0 0.82 0 69.76 1 0.59
Hex DD FF 2E D 0 52 0 46 64 3B
Octal 335 377 56 15 0 122 0 106 144 73
Binary 11011101 11111111 101110 1101 0 1010010 0 1000110 1100100 111011

Color Harmonies of #DDFF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF2E

Black with #DDFF2E

Text Example


Text Example

White with #DDFF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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