Html Css Color HEX #DDF134 Pear

📋 copy color: '#DDF134'

red 221 ◦ green 241 ◦ blue 52

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

Shades of Pear #DDF134

Tints of Pear #DDF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.12%

R = 43%
G = 46.89%
B = 10.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DDF134 (or 0xDDF134) is known color: Pear. HEX triplet: DD, F1 and 34. RGB value is (221,241,52). Sum of RGB (Red+Green+Blue) = 221+241+52=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF134 is #220ECB. Grayscale: #D6D6D6. Windows color (decimal): -2232012 or 3469789. OLE color: 3469789.

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

Color convert

RGB 221 241 52 -
CMYK 0.08 0 0.78 0.05
HSL 66.35º 0.87% 0.57% -
HSV(B) 66.35º 0.78% 0.95% -
XYZ 61.89 78.53 15.14 -
YUV 213.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 221 241 52 0.08 0 0.78 0.05 66.35 0.87 0.57
Hex DD F1 34 8 0 4E 5 42 57 39
Octal 335 361 64 10 0 116 5 102 127 71
Binary 11011101 11110001 110100 1000 0 1001110 101 1000010 1010111 111001

Color Harmonies of #DDF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF134

Black with #DDF134

Text Example


Text Example

White with #DDF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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