Html Css Color HEX #DDF13E Pear

📋 copy color: '#DDF13E'

red 221 ◦ green 241 ◦ blue 62

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

Shades of Pear #DDF13E

Tints of Pear #DDF13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.99%

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

R = 42.18%
G = 45.99%
B = 11.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DDF13E (or 0xDDF13E) is known color: Pear. HEX triplet: DD, F1 and 3E. RGB value is (221,241,62). Sum of RGB (Red+Green+Blue) = 221+241+62=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF13E is #220EC1. Grayscale: #D7D7D7. Windows color (decimal): -2232002 or 4125149. OLE color: 4125149.

HSL color Cylindrical-coordinate representation of color #DDF13E: hue angle of 66.7º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF13E is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 62 -
CMYK 0.08 0 0.74 0.05
HSL 66.7º 0.86% 0.59% -
HSV(B) 66.7º 0.74% 0.95% -
XYZ 62.14 78.63 16.46 -
YUV 214.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 221 241 62 0.08 0 0.74 0.05 66.7 0.86 0.59
Hex DD F1 3E 8 0 4A 5 43 56 3B
Octal 335 361 76 10 0 112 5 103 126 73
Binary 11011101 11110001 111110 1000 0 1001010 101 1000011 1010110 111011

Color Harmonies of #DDF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF13E

Black with #DDF13E

Text Example


Text Example

White with #DDF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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