Html Css Color HEX #DDF024 Pear

📋 copy color: '#DDF024'

red 221 ◦ green 240 ◦ blue 36

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

Shades of Pear #DDF024

Tints of Pear #DDF024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 44.47%
G = 48.29%
B = 7.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#DDF024 (or 0xDDF024) is known color: Pear. HEX triplet: DD, F0 and 24. RGB value is (221,240,36). Sum of RGB (Red+Green+Blue) = 221+240+36=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF024 is #220FDB. Grayscale: #D3D3D3. Windows color (decimal): -2232284 or 2420957. OLE color: 2420957.

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

Color convert

RGB 221 240 36 -
CMYK 0.08 0 0.85 0.06
HSL 65.59º 0.87% 0.54% -
HSV(B) 65.59º 0.85% 0.94% -
XYZ 61.3 77.82 13.46 -
YUV 211.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 221 240 36 0.08 0 0.85 0.06 65.59 0.87 0.54
Hex DD F0 24 8 0 55 6 42 57 36
Octal 335 360 44 10 0 125 6 102 127 66
Binary 11011101 11110000 100100 1000 0 1010101 110 1000010 1010111 110110

Color Harmonies of #DDF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF024

Black with #DDF024

Text Example


Text Example

White with #DDF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF024; }

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

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

background-color css

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

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

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

border-color css

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

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

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