Html Css Color HEX #DDF730 Pear

📋 copy color: '#DDF730'

red 221 ◦ green 247 ◦ blue 48

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

Shades of Pear #DDF730

Tints of Pear #DDF730

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.87%

 BLUE value IS 48 (19.14% from 255) = 9.3%

R = 42.83%
G = 47.87%
B = 9.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#DDF730 (or 0xDDF730) is known color: Pear. HEX triplet: DD, F7 and 30. RGB value is (221,247,48). Sum of RGB (Red+Green+Blue) = 221+247+48=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF730 is #2208CF. Grayscale: #D9D9D9. Windows color (decimal): -2230480 or 3209181. OLE color: 3209181.

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

Color convert

RGB 221 247 48 -
CMYK 0.11 0 0.81 0.03
HSL 67.84º 0.93% 0.58% -
HSV(B) 67.84º 0.81% 0.97% -
XYZ 63.61 82.11 15.29 -
YUV 216.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 221 247 48 0.11 0 0.81 0.03 67.84 0.93 0.58
Hex DD F7 30 B 0 51 3 44 5D 3A
Octal 335 367 60 13 0 121 3 104 135 72
Binary 11011101 11110111 110000 1011 0 1010001 11 1000100 1011101 111010

Color Harmonies of #DDF730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF730

Black with #DDF730

Text Example


Text Example

White with #DDF730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF730; }

 p { color: rgb(221,247,48); }

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

background-color css

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

 a { background-color: rgb(221,247,48); }

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

border-color css

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

 span { border-color: rgb(221,247,48); }

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