Html Css Color HEX #DDF340 Pear

📋 copy color: '#DDF340'

red 221 ◦ green 243 ◦ blue 64

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

Shades of Pear #DDF340

Tints of Pear #DDF340

RGB

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

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

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

R = 41.86%
G = 46.02%
B = 12.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DDF340 (or 0xDDF340) is known color: Pear. HEX triplet: DD, F3 and 40. RGB value is (221,243,64). Sum of RGB (Red+Green+Blue) = 221+243+64=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF340 is #220CBF. Grayscale: #D8D8D8. Windows color (decimal): -2231488 or 4256733. OLE color: 4256733.

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

Color convert

RGB 221 243 64 -
CMYK 0.09 0 0.74 0.05
HSL 67.37º 0.88% 0.6% -
HSV(B) 67.37º 0.74% 0.95% -
XYZ 62.79 79.84 16.95 -
YUV 216.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 221 243 64 0.09 0 0.74 0.05 67.37 0.88 0.6
Hex DD F3 40 9 0 4A 5 43 58 3C
Octal 335 363 100 11 0 112 5 103 130 74
Binary 11011101 11110011 1000000 1001 0 1001010 101 1000011 1011000 111100

Color Harmonies of #DDF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF340

Black with #DDF340

Text Example


Text Example

White with #DDF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF340; }

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

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

background-color css

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

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

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

border-color css

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

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

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