Html Css Color HEX #DDFE2D Pear

📋 copy color: '#DDFE2D'

red 221 ◦ green 254 ◦ blue 45

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

Shades of Pear #DDFE2D

Tints of Pear #DDFE2D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.85%

 BLUE value IS 45 (17.97% from 255) = 8.65%

R = 42.5%
G = 48.85%
B = 8.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#DDFE2D (or 0xDDFE2D) is known color: Pear. HEX triplet: DD, FE and 2D. RGB value is (221,254,45). Sum of RGB (Red+Green+Blue) = 221+254+45=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE2D is #2201D2. Grayscale: #DDDDDD. Windows color (decimal): -2228691 or 3014365. OLE color: 3014365.

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

Color convert

RGB 221 254 45 -
CMYK 0.13 0 0.82 0.00
HSL 69.47º 0.99% 0.59% -
HSV(B) 69.47º 0.82% 1% -
XYZ 65.73 86.45 15.7 -
YUV 220.31 29.07 128.49 -
System Red Green Blue C M Y K H S L
Decimal 221 254 45 0.13 0 0.82 0.00 69.47 0.99 0.59
Hex DD FE 2D D 0 52 0 45 63 3B
Octal 335 376 55 15 0 122 0 105 143 73
Binary 11011101 11111110 101101 1101 0 1010010 0 1000101 1100011 111011

Color Harmonies of #DDFE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE2D

Black with #DDFE2D

Text Example


Text Example

White with #DDFE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE2D; }

 p { color: rgb(221,254,45); }

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

background-color css

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

 a { background-color: rgb(221,254,45); }

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

border-color css

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

 span { border-color: rgb(221,254,45); }

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