Html Css Color HEX #DDF129 Pear

📋 copy color: '#DDF129'

red 221 ◦ green 241 ◦ blue 41

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

Shades of Pear #DDF129

Tints of Pear #DDF129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.15%

R = 43.94%
G = 47.91%
B = 8.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DDF129 (or 0xDDF129) is known color: Pear. HEX triplet: DD, F1 and 29. RGB value is (221,241,41). Sum of RGB (Red+Green+Blue) = 221+241+41=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF129 is #220ED6. Grayscale: #D5D5D5. Windows color (decimal): -2232023 or 2748893. OLE color: 2748893.

HSL color Cylindrical-coordinate representation of color #DDF129: hue angle of 66º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDF129 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 41 -
CMYK 0.08 0 0.83 0.05
HSL 66º 0.88% 0.55% -
HSV(B) 66º 0.83% 0.95% -
XYZ 61.67 78.44 13.99 -
YUV 212.22 31.37 134.26 -
System Red Green Blue C M Y K H S L
Decimal 221 241 41 0.08 0 0.83 0.05 66 0.88 0.55
Hex DD F1 29 8 0 53 5 42 58 37
Octal 335 361 51 10 0 123 5 102 130 67
Binary 11011101 11110001 101001 1000 0 1010011 101 1000010 1011000 110111

Color Harmonies of #DDF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF129

Black with #DDF129

Text Example


Text Example

White with #DDF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF129; }

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

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

background-color css

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

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

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

border-color css

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

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

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