Html Css Color HEX #DDF846 Pear

📋 copy color: '#DDF846'

red 221 ◦ green 248 ◦ blue 70

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

Shades of Pear #DDF846

Tints of Pear #DDF846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.99%

R = 41%
G = 46.01%
B = 12.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#DDF846 (or 0xDDF846) is known color: Pear. HEX triplet: DD, F8 and 46. RGB value is (221,248,70). Sum of RGB (Red+Green+Blue) = 221+248+70=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF846 is #2207B9. Grayscale: #DCDCDC. Windows color (decimal): -2230202 or 4651229. OLE color: 4651229.

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

Color convert

RGB 221 248 70 -
CMYK 0.11 0 0.72 0.03
HSL 69.1º 0.93% 0.62% -
HSV(B) 69.1º 0.72% 0.97% -
XYZ 64.49 82.95 18.41 -
YUV 219.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 221 248 70 0.11 0 0.72 0.03 69.1 0.93 0.62
Hex DD F8 46 B 0 48 3 45 5D 3E
Octal 335 370 106 13 0 110 3 105 135 76
Binary 11011101 11111000 1000110 1011 0 1001000 11 1000101 1011101 111110

Color Harmonies of #DDF846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF846

Black with #DDF846

Text Example


Text Example

White with #DDF846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF846; }

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

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

background-color css

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

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

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

border-color css

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

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

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