Html Css Color HEX #DDF538 Pear

📋 copy color: '#DDF538'

red 221 ◦ green 245 ◦ blue 56

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

Shades of Pear #DDF538

Tints of Pear #DDF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.93%

 BLUE value IS 56 (22.27% from 255) = 10.73%

R = 42.34%
G = 46.93%
B = 10.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#DDF538 (or 0xDDF538) is known color: Pear. HEX triplet: DD, F5 and 38. RGB value is (221,245,56). Sum of RGB (Red+Green+Blue) = 221+245+56=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF538 is #220AC7. Grayscale: #D9D9D9. Windows color (decimal): -2230984 or 3732957. OLE color: 3732957.

HSL color Cylindrical-coordinate representation of color #DDF538: hue angle of 67.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDF538 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 56 -
CMYK 0.10 0 0.77 0.04
HSL 67.62º 0.9% 0.59% -
HSV(B) 67.62º 0.77% 0.96% -
XYZ 63.19 80.96 16.04 -
YUV 216.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 221 245 56 0.10 0 0.77 0.04 67.62 0.9 0.59
Hex DD F5 38 A 0 4D 4 44 5A 3B
Octal 335 365 70 12 0 115 4 104 132 73
Binary 11011101 11110101 111000 1010 0 1001101 100 1000100 1011010 111011

Color Harmonies of #DDF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF538

Black with #DDF538

Text Example


Text Example

White with #DDF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF538; }

 p { color: rgb(221,245,56); }

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

background-color css

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

 a { background-color: rgb(221,245,56); }

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

border-color css

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

 span { border-color: rgb(221,245,56); }

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