Html Css Color HEX #DDF131 Pear

📋 copy color: '#DDF131'

red 221 ◦ green 241 ◦ blue 49

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

Shades of Pear #DDF131

Tints of Pear #DDF131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.59%

R = 43.25%
G = 47.16%
B = 9.59%

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

#DDF131 (or 0xDDF131) is known color: Pear. HEX triplet: DD, F1 and 31. RGB value is (221,241,49). Sum of RGB (Red+Green+Blue) = 221+241+49=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF131 is #220ECE. Grayscale: #D5D5D5. Windows color (decimal): -2232015 or 3273181. OLE color: 3273181.

HSL color Cylindrical-coordinate representation of color #DDF131: hue angle of 66.25º 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 #DDF131 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 49 -
CMYK 0.08 0 0.80 0.05
HSL 66.25º 0.87% 0.57% -
HSV(B) 66.25º 0.8% 0.95% -
XYZ 61.83 78.5 14.8 -
YUV 213.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 221 241 49 0.08 0 0.80 0.05 66.25 0.87 0.57
Hex DD F1 31 8 0 50 5 42 57 39
Octal 335 361 61 10 0 120 5 102 127 71
Binary 11011101 11110001 110001 1000 0 1010000 101 1000010 1010111 111001

Color Harmonies of #DDF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF131

Black with #DDF131

Text Example


Text Example

White with #DDF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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