Html Css Color HEX #DDF62E Pear

📋 copy color: '#DDF62E'

red 221 ◦ green 246 ◦ blue 46

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

Shades of Pear #DDF62E

Tints of Pear #DDF62E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

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

R = 43.08%
G = 47.95%
B = 8.97%

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

#DDF62E (or 0xDDF62E) is known color: Pear. HEX triplet: DD, F6 and 2E. RGB value is (221,246,46). Sum of RGB (Red+Green+Blue) = 221+246+46=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF62E is #2209D1. Grayscale: #D8D8D8. Windows color (decimal): -2230738 or 3077853. OLE color: 3077853.

HSL color Cylindrical-coordinate representation of color #DDF62E: hue angle of 67.5º degrees, saturation: 0.92, 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 #DDF62E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 46 -
CMYK 0.10 0 0.81 0.04
HSL 67.5º 0.92% 0.57% -
HSV(B) 67.5º 0.81% 0.96% -
XYZ 63.27 81.48 14.98 -
YUV 215.73 32.22 131.76 -
System Red Green Blue C M Y K H S L
Decimal 221 246 46 0.10 0 0.81 0.04 67.5 0.92 0.57
Hex DD F6 2E A 0 51 4 44 5C 39
Octal 335 366 56 12 0 121 4 104 134 71
Binary 11011101 11110110 101110 1010 0 1010001 100 1000100 1011100 111001

Color Harmonies of #DDF62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF62E

Black with #DDF62E

Text Example


Text Example

White with #DDF62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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