Html Css Color HEX #DDF137 Pear

📋 copy color: '#DDF137'

red 221 ◦ green 241 ◦ blue 55

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

Shades of Pear #DDF137

Tints of Pear #DDF137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.64%

R = 42.75%
G = 46.62%
B = 10.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DDF137 (or 0xDDF137) is known color: Pear. HEX triplet: DD, F1 and 37. RGB value is (221,241,55). Sum of RGB (Red+Green+Blue) = 221+241+55=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 55 (21.88% from 255 or 10.64% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF137 is #220EC8. Grayscale: #D6D6D6. Windows color (decimal): -2232009 or 3666397. OLE color: 3666397.

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

Color convert

RGB 221 241 55 -
CMYK 0.08 0 0.77 0.05
HSL 66.45º 0.87% 0.58% -
HSV(B) 66.45º 0.77% 0.95% -
XYZ 61.96 78.56 15.51 -
YUV 213.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 221 241 55 0.08 0 0.77 0.05 66.45 0.87 0.58
Hex DD F1 37 8 0 4D 5 42 57 3A
Octal 335 361 67 10 0 115 5 102 127 72
Binary 11011101 11110001 110111 1000 0 1001101 101 1000010 1010111 111010

Color Harmonies of #DDF137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF137

Black with #DDF137

Text Example


Text Example

White with #DDF137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF137; }

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

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

background-color css

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

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

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

border-color css

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

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

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