Html Css Color HEX #DDF940 Pear

📋 copy color: '#DDF940'

red 221 ◦ green 249 ◦ blue 64

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

Shades of Pear #DDF940

Tints of Pear #DDF940

RGB

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

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

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

R = 41.39%
G = 46.63%
B = 11.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#DDF940 (or 0xDDF940) is known color: Pear. HEX triplet: DD, F9 and 40. RGB value is (221,249,64). Sum of RGB (Red+Green+Blue) = 221+249+64=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF940 is #2206BF. Grayscale: #DCDCDC. Windows color (decimal): -2229952 or 4258269. OLE color: 4258269.

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

Color convert

RGB 221 249 64 -
CMYK 0.11 0 0.74 0.02
HSL 69.08º 0.94% 0.61% -
HSV(B) 69.08º 0.74% 0.98% -
XYZ 64.62 83.49 17.56 -
YUV 219.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 221 249 64 0.11 0 0.74 0.02 69.08 0.94 0.61
Hex DD F9 40 B 0 4A 2 45 5E 3D
Octal 335 371 100 13 0 112 2 105 136 75
Binary 11011101 11111001 1000000 1011 0 1001010 10 1000101 1011110 111101

Color Harmonies of #DDF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF940

Black with #DDF940

Text Example


Text Example

White with #DDF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF940; }

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

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

background-color css

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

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

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

border-color css

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

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

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