Html Css Color HEX #DDF13B Pear

📋 copy color: '#DDF13B'

red 221 ◦ green 241 ◦ blue 59

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

Shades of Pear #DDF13B

Tints of Pear #DDF13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.32%

R = 42.42%
G = 46.26%
B = 11.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#DDF13B (or 0xDDF13B) is known color: Pear. HEX triplet: DD, F1 and 3B. RGB value is (221,241,59). Sum of RGB (Red+Green+Blue) = 221+241+59=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF13B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF13B is #220EC4. Grayscale: #D6D6D6. Windows color (decimal): -2232005 or 3928541. OLE color: 3928541.

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

Color convert

RGB 221 241 59 -
CMYK 0.08 0 0.76 0.05
HSL 66.59º 0.87% 0.59% -
HSV(B) 66.59º 0.76% 0.95% -
XYZ 62.06 78.6 16.04 -
YUV 214.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 221 241 59 0.08 0 0.76 0.05 66.59 0.87 0.59
Hex DD F1 3B 8 0 4C 5 43 57 3B
Octal 335 361 73 10 0 114 5 103 127 73
Binary 11011101 11110001 111011 1000 0 1001100 101 1000011 1010111 111011

Color Harmonies of #DDF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF13B

Black with #DDF13B

Text Example


Text Example

White with #DDF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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