Html Css Color HEX #DDF83E Pear

📋 copy color: '#DDF83E'

red 221 ◦ green 248 ◦ blue 62

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

Shades of Pear #DDF83E

Tints of Pear #DDF83E

RGB

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

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

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

R = 41.62%
G = 46.7%
B = 11.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#DDF83E (or 0xDDF83E) is known color: Pear. HEX triplet: DD, F8 and 3E. RGB value is (221,248,62). Sum of RGB (Red+Green+Blue) = 221+248+62=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF83E is #2207C1. Grayscale: #DBDBDB. Windows color (decimal): -2230210 or 4126941. OLE color: 4126941.

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

Color convert

RGB 221 248 62 -
CMYK 0.11 0 0.75 0.03
HSL 68.71º 0.93% 0.61% -
HSV(B) 68.71º 0.75% 0.97% -
XYZ 64.26 82.85 17.16 -
YUV 218.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 221 248 62 0.11 0 0.75 0.03 68.71 0.93 0.61
Hex DD F8 3E B 0 4B 3 45 5D 3D
Octal 335 370 76 13 0 113 3 105 135 75
Binary 11011101 11111000 111110 1011 0 1001011 11 1000101 1011101 111101

Color Harmonies of #DDF83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF83E

Black with #DDF83E

Text Example


Text Example

White with #DDF83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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