Html Css Color HEX #DDF94A Pear

📋 copy color: '#DDF94A'

red 221 ◦ green 249 ◦ blue 74

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

Shades of Pear #DDF94A

Tints of Pear #DDF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.6%

R = 40.63%
G = 45.77%
B = 13.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#DDF94A (or 0xDDF94A) is known color: Pear. HEX triplet: DD, F9 and 4A. RGB value is (221,249,74). Sum of RGB (Red+Green+Blue) = 221+249+74=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF94A is #2206B5. Grayscale: #DDDDDD. Windows color (decimal): -2229942 or 4913629. OLE color: 4913629.

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

Color convert

RGB 221 249 74 -
CMYK 0.11 0 0.70 0.02
HSL 69.6º 0.94% 0.63% -
HSV(B) 69.6º 0.7% 0.98% -
XYZ 64.93 83.62 19.2 -
YUV 220.68 45.22 128.23 -
System Red Green Blue C M Y K H S L
Decimal 221 249 74 0.11 0 0.70 0.02 69.6 0.94 0.63
Hex DD F9 4A B 0 46 2 46 5E 3F
Octal 335 371 112 13 0 106 2 106 136 77
Binary 11011101 11111001 1001010 1011 0 1000110 10 1000110 1011110 111111

Color Harmonies of #DDF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF94A

Black with #DDF94A

Text Example


Text Example

White with #DDF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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