Html Css Color HEX #DDF82E Pear

📋 copy color: '#DDF82E'

red 221 ◦ green 248 ◦ blue 46

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

Shades of Pear #DDF82E

Tints of Pear #DDF82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.16%

 BLUE value IS 46 (18.36% from 255) = 8.93%

R = 42.91%
G = 48.16%
B = 8.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#DDF82E (or 0xDDF82E) is known color: Pear. HEX triplet: DD, F8 and 2E. RGB value is (221,248,46). Sum of RGB (Red+Green+Blue) = 221+248+46=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF82E is #2207D1. Grayscale: #D9D9D9. Windows color (decimal): -2230226 or 3078365. OLE color: 3078365.

HSL color Cylindrical-coordinate representation of color #DDF82E: hue angle of 68.02º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF82E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 46 -
CMYK 0.11 0 0.81 0.03
HSL 68.02º 0.94% 0.58% -
HSV(B) 68.02º 0.81% 0.97% -
XYZ 63.88 82.7 15.18 -
YUV 216.9 31.55 130.93 -
System Red Green Blue C M Y K H S L
Decimal 221 248 46 0.11 0 0.81 0.03 68.02 0.94 0.58
Hex DD F8 2E B 0 51 3 44 5E 3A
Octal 335 370 56 13 0 121 3 104 136 72
Binary 11011101 11111000 101110 1011 0 1010001 11 1000100 1011110 111010

Color Harmonies of #DDF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF82E

Black with #DDF82E

Text Example


Text Example

White with #DDF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF82E; }

 p { color: rgb(221,248,46); }

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

background-color css

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

 a { background-color: rgb(221,248,46); }

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

border-color css

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

 span { border-color: rgb(221,248,46); }

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