Html Css Color HEX #DDF82F Pear

📋 copy color: '#DDF82F'

red 221 ◦ green 248 ◦ blue 47

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

Shades of Pear #DDF82F

Tints of Pear #DDF82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 42.83%
G = 48.06%
B = 9.11%

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

#DDF82F (or 0xDDF82F) is known color: Pear. HEX triplet: DD, F8 and 2F. RGB value is (221,248,47). Sum of RGB (Red+Green+Blue) = 221+248+47=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF82F is #2207D0. Grayscale: #D9D9D9. Windows color (decimal): -2230225 or 3143901. OLE color: 3143901.

HSL color Cylindrical-coordinate representation of color #DDF82F: hue angle of 68.06º degrees, saturation: 0.93, 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 #DDF82F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 47 -
CMYK 0.11 0 0.81 0.03
HSL 68.06º 0.93% 0.58% -
HSV(B) 68.06º 0.81% 0.97% -
XYZ 63.9 82.71 15.29 -
YUV 217.01 32.05 130.84 -
System Red Green Blue C M Y K H S L
Decimal 221 248 47 0.11 0 0.81 0.03 68.06 0.93 0.58
Hex DD F8 2F B 0 51 3 44 5D 3A
Octal 335 370 57 13 0 121 3 104 135 72
Binary 11011101 11111000 101111 1011 0 1010001 11 1000100 1011101 111010

Color Harmonies of #DDF82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF82F

Black with #DDF82F

Text Example


Text Example

White with #DDF82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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