Html Css Color HEX #DDF02F Pear

📋 copy color: '#DDF02F'

red 221 ◦ green 240 ◦ blue 47

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

Shades of Pear #DDF02F

Tints of Pear #DDF02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.25%

R = 43.5%
G = 47.24%
B = 9.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#DDF02F (or 0xDDF02F) is known color: Pear. HEX triplet: DD, F0 and 2F. RGB value is (221,240,47). Sum of RGB (Red+Green+Blue) = 221+240+47=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF02F is #220FD0. Grayscale: #D5D5D5. Windows color (decimal): -2232273 or 3141853. OLE color: 3141853.

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

Color convert

RGB 221 240 47 -
CMYK 0.08 0 0.80 0.06
HSL 65.91º 0.87% 0.56% -
HSV(B) 65.91º 0.8% 0.94% -
XYZ 61.49 77.9 14.48 -
YUV 212.32 34.71 134.19 -
System Red Green Blue C M Y K H S L
Decimal 221 240 47 0.08 0 0.80 0.06 65.91 0.87 0.56
Hex DD F0 2F 8 0 50 6 42 57 38
Octal 335 360 57 10 0 120 6 102 127 70
Binary 11011101 11110000 101111 1000 0 1010000 110 1000010 1010111 111000

Color Harmonies of #DDF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF02F

Black with #DDF02F

Text Example


Text Example

White with #DDF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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