Html Css Color HEX #DDF834 Pear

📋 copy color: '#DDF834'

red 221 ◦ green 248 ◦ blue 52

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

Shades of Pear #DDF834

Tints of Pear #DDF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

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

R = 42.42%
G = 47.6%
B = 9.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#DDF834 (or 0xDDF834) is known color: Pear. HEX triplet: DD, F8 and 34. RGB value is (221,248,52). Sum of RGB (Red+Green+Blue) = 221+248+52=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF834 is #2207CB. Grayscale: #DADADA. Windows color (decimal): -2230220 or 3471581. OLE color: 3471581.

HSL color Cylindrical-coordinate representation of color #DDF834: hue angle of 68.27º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDF834 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 52 -
CMYK 0.11 0 0.79 0.03
HSL 68.27º 0.93% 0.59% -
HSV(B) 68.27º 0.79% 0.97% -
XYZ 64.01 82.75 15.85 -
YUV 217.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 221 248 52 0.11 0 0.79 0.03 68.27 0.93 0.59
Hex DD F8 34 B 0 4F 3 44 5D 3B
Octal 335 370 64 13 0 117 3 104 135 73
Binary 11011101 11111000 110100 1011 0 1001111 11 1000100 1011101 111011

Color Harmonies of #DDF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF834

Black with #DDF834

Text Example


Text Example

White with #DDF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF834; }

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

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

background-color css

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

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

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

border-color css

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

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

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