Html Css Color HEX #DDF32E Pear

📋 copy color: '#DDF32E'

red 221 ◦ green 243 ◦ blue 46

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

Shades of Pear #DDF32E

Tints of Pear #DDF32E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.65%

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

R = 43.33%
G = 47.65%
B = 9.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#DDF32E (or 0xDDF32E) is known color: Pear. HEX triplet: DD, F3 and 2E. RGB value is (221,243,46). Sum of RGB (Red+Green+Blue) = 221+243+46=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF32E is #220CD1. Grayscale: #D6D6D6. Windows color (decimal): -2231506 or 3077085. OLE color: 3077085.

HSL color Cylindrical-coordinate representation of color #DDF32E: hue angle of 66.7º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF32E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 46 -
CMYK 0.09 0 0.81 0.05
HSL 66.7º 0.89% 0.57% -
HSV(B) 66.7º 0.81% 0.95% -
XYZ 62.36 79.67 14.68 -
YUV 213.96 33.21 133.02 -
System Red Green Blue C M Y K H S L
Decimal 221 243 46 0.09 0 0.81 0.05 66.7 0.89 0.57
Hex DD F3 2E 9 0 51 5 43 59 39
Octal 335 363 56 11 0 121 5 103 131 71
Binary 11011101 11110011 101110 1001 0 1010001 101 1000011 1011001 111001

Color Harmonies of #DDF32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF32E

Black with #DDF32E

Text Example


Text Example

White with #DDF32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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