Html Css Color HEX #DDF038 Pear

📋 copy color: '#DDF038'

red 221 ◦ green 240 ◦ blue 56

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

Shades of Pear #DDF038

Tints of Pear #DDF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

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

R = 42.75%
G = 46.42%
B = 10.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#DDF038 (or 0xDDF038) is known color: Pear. HEX triplet: DD, F0 and 38. RGB value is (221,240,56). Sum of RGB (Red+Green+Blue) = 221+240+56=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF038 is #220FC7. Grayscale: #D6D6D6. Windows color (decimal): -2232264 or 3731677. OLE color: 3731677.

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

Color convert

RGB 221 240 56 -
CMYK 0.08 0 0.77 0.06
HSL 66.2º 0.86% 0.58% -
HSV(B) 66.2º 0.77% 0.94% -
XYZ 61.69 77.98 15.54 -
YUV 213.34 39.21 133.46 -
System Red Green Blue C M Y K H S L
Decimal 221 240 56 0.08 0 0.77 0.06 66.2 0.86 0.58
Hex DD F0 38 8 0 4D 6 42 56 3A
Octal 335 360 70 10 0 115 6 102 126 72
Binary 11011101 11110000 111000 1000 0 1001101 110 1000010 1010110 111010

Color Harmonies of #DDF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF038

Black with #DDF038

Text Example


Text Example

White with #DDF038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF038; }

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

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

background-color css

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

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

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

border-color css

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

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

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