Html Css Color HEX #DDF141 Pear

📋 copy color: '#DDF141'

red 221 ◦ green 241 ◦ blue 65

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

Shades of Pear #DDF141

Tints of Pear #DDF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.33%

R = 41.94%
G = 45.73%
B = 12.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DDF141 (or 0xDDF141) is known color: Pear. HEX triplet: DD, F1 and 41. RGB value is (221,241,65). Sum of RGB (Red+Green+Blue) = 221+241+65=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF141 is #220EBE. Grayscale: #D7D7D7. Windows color (decimal): -2231999 or 4321757. OLE color: 4321757.

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

Color convert

RGB 221 241 65 -
CMYK 0.08 0 0.73 0.05
HSL 66.82º 0.86% 0.6% -
HSV(B) 66.82º 0.73% 0.95% -
XYZ 62.23 78.66 16.91 -
YUV 214.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 221 241 65 0.08 0 0.73 0.05 66.82 0.86 0.6
Hex DD F1 41 8 0 49 5 43 56 3C
Octal 335 361 101 10 0 111 5 103 126 74
Binary 11011101 11110001 1000001 1000 0 1001001 101 1000011 1010110 111100

Color Harmonies of #DDF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF141

Black with #DDF141

Text Example


Text Example

White with #DDF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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