Html Css Color HEX #DDF93E Pear

📋 copy color: '#DDF93E'

red 221 ◦ green 249 ◦ blue 62

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

Shades of Pear #DDF93E

Tints of Pear #DDF93E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 62 (24.61% from 255) = 11.65%

R = 41.54%
G = 46.8%
B = 11.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DDF93E (or 0xDDF93E) is known color: Pear. HEX triplet: DD, F9 and 3E. RGB value is (221,249,62). Sum of RGB (Red+Green+Blue) = 221+249+62=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF93E is #2206C1. Grayscale: #DCDCDC. Windows color (decimal): -2229954 or 4127197. OLE color: 4127197.

HSL color Cylindrical-coordinate representation of color #DDF93E: hue angle of 68.98º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF93E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 62 -
CMYK 0.11 0 0.75 0.02
HSL 68.98º 0.94% 0.61% -
HSV(B) 68.98º 0.75% 0.98% -
XYZ 64.56 83.47 17.27 -
YUV 219.31 39.22 129.21 -
System Red Green Blue C M Y K H S L
Decimal 221 249 62 0.11 0 0.75 0.02 68.98 0.94 0.61
Hex DD F9 3E B 0 4B 2 45 5E 3D
Octal 335 371 76 13 0 113 2 105 136 75
Binary 11011101 11111001 111110 1011 0 1001011 10 1000101 1011110 111101

Color Harmonies of #DDF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF93E

Black with #DDF93E

Text Example


Text Example

White with #DDF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF93E; }

 p { color: rgb(221,249,62); }

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

background-color css

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

 a { background-color: rgb(221,249,62); }

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

border-color css

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

 span { border-color: rgb(221,249,62); }

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