Html Css Color HEX #DDFD2C Pear

📋 copy color: '#DDFD2C'

red 221 ◦ green 253 ◦ blue 44

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

Shades of Pear #DDFD2C

Tints of Pear #DDFD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.49%

R = 42.66%
G = 48.84%
B = 8.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#DDFD2C (or 0xDDFD2C) is known color: Pear. HEX triplet: DD, FD and 2C. RGB value is (221,253,44). Sum of RGB (Red+Green+Blue) = 221+253+44=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD2C is #2202D3. Grayscale: #DCDCDC. Windows color (decimal): -2228948 or 2948573. OLE color: 2948573.

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

Color convert

RGB 221 253 44 -
CMYK 0.13 0 0.83 0.01
HSL 69.19º 0.98% 0.58% -
HSV(B) 69.19º 0.83% 0.99% -
XYZ 65.4 85.8 15.5 -
YUV 219.61 28.9 128.99 -
System Red Green Blue C M Y K H S L
Decimal 221 253 44 0.13 0 0.83 0.01 69.19 0.98 0.58
Hex DD FD 2C D 0 53 1 45 62 3A
Octal 335 375 54 15 0 123 1 105 142 72
Binary 11011101 11111101 101100 1101 0 1010011 1 1000101 1100010 111010

Color Harmonies of #DDFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD2C

Black with #DDFD2C

Text Example


Text Example

White with #DDFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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