Html Css Color HEX #DDF130 Pear

📋 copy color: '#DDF130'

red 221 ◦ green 241 ◦ blue 48

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

Shades of Pear #DDF130

Tints of Pear #DDF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

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

R = 43.33%
G = 47.25%
B = 9.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DDF130 (or 0xDDF130) is known color: Pear. HEX triplet: DD, F1 and 30. RGB value is (221,241,48). Sum of RGB (Red+Green+Blue) = 221+241+48=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF130 is #220ECF. Grayscale: #D5D5D5. Windows color (decimal): -2232016 or 3207645. OLE color: 3207645.

HSL color Cylindrical-coordinate representation of color #DDF130: hue angle of 66.22º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF130 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 48 -
CMYK 0.08 0 0.80 0.05
HSL 66.22º 0.87% 0.57% -
HSV(B) 66.22º 0.8% 0.95% -
XYZ 61.81 78.5 14.69 -
YUV 213.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 221 241 48 0.08 0 0.80 0.05 66.22 0.87 0.57
Hex DD F1 30 8 0 50 5 42 57 39
Octal 335 361 60 10 0 120 5 102 127 71
Binary 11011101 11110001 110000 1000 0 1010000 101 1000010 1010111 111001

Color Harmonies of #DDF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF130

Black with #DDF130

Text Example


Text Example

White with #DDF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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