Html Css Color HEX #DDFD3E Pear

📋 copy color: '#DDFD3E'

red 221 ◦ green 253 ◦ blue 62

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

Shades of Pear #DDFD3E

Tints of Pear #DDFD3E

RGB

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

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

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

R = 41.23%
G = 47.2%
B = 11.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#DDFD3E (or 0xDDFD3E) is known color: Pear. HEX triplet: DD, FD and 3E. RGB value is (221,253,62). Sum of RGB (Red+Green+Blue) = 221+253+62=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 62 (24.61% from 255 or 11.57% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD3E is #2202C1. Grayscale: #DEDEDE. Windows color (decimal): -2228930 or 4128221. OLE color: 4128221.

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

Color convert

RGB 221 253 62 -
CMYK 0.13 0 0.75 0.01
HSL 70.05º 0.98% 0.62% -
HSV(B) 70.05º 0.75% 0.99% -
XYZ 65.81 85.97 17.68 -
YUV 221.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 221 253 62 0.13 0 0.75 0.01 70.05 0.98 0.62
Hex DD FD 3E D 0 4B 1 46 62 3E
Octal 335 375 76 15 0 113 1 106 142 76
Binary 11011101 11111101 111110 1101 0 1001011 1 1000110 1100010 111110

Color Harmonies of #DDFD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD3E

Black with #DDFD3E

Text Example


Text Example

White with #DDFD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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