Html Css Color HEX #DDF430 Pear

📋 copy color: '#DDF430'

red 221 ◦ green 244 ◦ blue 48

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

Shades of Pear #DDF430

Tints of Pear #DDF430

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.56%

 BLUE value IS 48 (19.14% from 255) = 9.36%

R = 43.08%
G = 47.56%
B = 9.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DDF430 (or 0xDDF430) is known color: Pear. HEX triplet: DD, F4 and 30. RGB value is (221,244,48). Sum of RGB (Red+Green+Blue) = 221+244+48=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF430 is #220BCF. Grayscale: #D7D7D7. Windows color (decimal): -2231248 or 3208413. OLE color: 3208413.

HSL color Cylindrical-coordinate representation of color #DDF430: hue angle of 67.04º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF430 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 48 -
CMYK 0.09 0 0.80 0.04
HSL 67.04º 0.9% 0.57% -
HSV(B) 67.04º 0.8% 0.96% -
XYZ 62.7 80.29 14.99 -
YUV 214.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 221 244 48 0.09 0 0.80 0.04 67.04 0.9 0.57
Hex DD F4 30 9 0 50 4 43 5A 39
Octal 335 364 60 11 0 120 4 103 132 71
Binary 11011101 11110100 110000 1001 0 1010000 100 1000011 1011010 111001

Color Harmonies of #DDF430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF430

Black with #DDF430

Text Example


Text Example

White with #DDF430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF430; }

 p { color: rgb(221,244,48); }

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

background-color css

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

 a { background-color: rgb(221,244,48); }

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

border-color css

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

 span { border-color: rgb(221,244,48); }

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