Html Css Color HEX #DDFD2D Pear

📋 copy color: '#DDFD2D'

red 221 ◦ green 253 ◦ blue 45

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

Shades of Pear #DDFD2D

Tints of Pear #DDFD2D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

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

R = 42.58%
G = 48.75%
B = 8.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#DDFD2D (or 0xDDFD2D) is known color: Pear. HEX triplet: DD, FD and 2D. RGB value is (221,253,45). Sum of RGB (Red+Green+Blue) = 221+253+45=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD2D is #2202D2. Grayscale: #DCDCDC. Windows color (decimal): -2228947 or 3014109. OLE color: 3014109.

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

Color convert

RGB 221 253 45 -
CMYK 0.13 0 0.82 0.01
HSL 69.23º 0.98% 0.58% -
HSV(B) 69.23º 0.82% 0.99% -
XYZ 65.42 85.81 15.6 -
YUV 219.72 29.4 128.91 -
System Red Green Blue C M Y K H S L
Decimal 221 253 45 0.13 0 0.82 0.01 69.23 0.98 0.58
Hex DD FD 2D D 0 52 1 45 62 3A
Octal 335 375 55 15 0 122 1 105 142 72
Binary 11011101 11111101 101101 1101 0 1010010 1 1000101 1100010 111010

Color Harmonies of #DDFD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD2D

Black with #DDFD2D

Text Example


Text Example

White with #DDFD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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