Html Css Color HEX #DDF52E Pear

📋 copy color: '#DDF52E'

red 221 ◦ green 245 ◦ blue 46

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

Shades of Pear #DDF52E

Tints of Pear #DDF52E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

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

R = 43.16%
G = 47.85%
B = 8.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#DDF52E (or 0xDDF52E) is known color: Pear. HEX triplet: DD, F5 and 2E. RGB value is (221,245,46). Sum of RGB (Red+Green+Blue) = 221+245+46=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF52E is #220AD1. Grayscale: #D7D7D7. Windows color (decimal): -2230994 or 3077597. OLE color: 3077597.

HSL color Cylindrical-coordinate representation of color #DDF52E: hue angle of 67.24º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF52E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 46 -
CMYK 0.10 0 0.81 0.04
HSL 67.24º 0.91% 0.57% -
HSV(B) 67.24º 0.81% 0.96% -
XYZ 62.96 80.87 14.88 -
YUV 215.14 32.55 132.18 -
System Red Green Blue C M Y K H S L
Decimal 221 245 46 0.10 0 0.81 0.04 67.24 0.91 0.57
Hex DD F5 2E A 0 51 4 43 5B 39
Octal 335 365 56 12 0 121 4 103 133 71
Binary 11011101 11110101 101110 1010 0 1010001 100 1000011 1011011 111001

Color Harmonies of #DDF52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF52E

Black with #DDF52E

Text Example


Text Example

White with #DDF52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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