Html Css Color HEX #DDF840 Pear

📋 copy color: '#DDF840'

red 221 ◦ green 248 ◦ blue 64

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

Shades of Pear #DDF840

Tints of Pear #DDF840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.01%

R = 41.46%
G = 46.53%
B = 12.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DDF840 (or 0xDDF840) is known color: Pear. HEX triplet: DD, F8 and 40. RGB value is (221,248,64). Sum of RGB (Red+Green+Blue) = 221+248+64=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF840 is #2207BF. Grayscale: #DBDBDB. Windows color (decimal): -2230208 or 4258013. OLE color: 4258013.

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

Color convert

RGB 221 248 64 -
CMYK 0.11 0 0.74 0.03
HSL 68.8º 0.93% 0.61% -
HSV(B) 68.8º 0.74% 0.97% -
XYZ 64.31 82.88 17.46 -
YUV 218.95 40.55 129.46 -
System Red Green Blue C M Y K H S L
Decimal 221 248 64 0.11 0 0.74 0.03 68.8 0.93 0.61
Hex DD F8 40 B 0 4A 3 45 5D 3D
Octal 335 370 100 13 0 112 3 105 135 75
Binary 11011101 11111000 1000000 1011 0 1001010 11 1000101 1011101 111101

Color Harmonies of #DDF840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF840

Black with #DDF840

Text Example


Text Example

White with #DDF840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF840; }

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

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

background-color css

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

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

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

border-color css

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

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

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