Html Css Color HEX #DDF648 Pear

📋 copy color: '#DDF648'

red 221 ◦ green 246 ◦ blue 72

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

Shades of Pear #DDF648

Tints of Pear #DDF648

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.64%

 BLUE value IS 72 (28.52% from 255) = 13.36%

R = 41%
G = 45.64%
B = 13.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#DDF648 (or 0xDDF648) is known color: Pear. HEX triplet: DD, F6 and 48. RGB value is (221,246,72). Sum of RGB (Red+Green+Blue) = 221+246+72=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF648 is #2209B7. Grayscale: #DBDBDB. Windows color (decimal): -2230712 or 4781789. OLE color: 4781789.

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

Color convert

RGB 221 246 72 -
CMYK 0.10 0 0.71 0.04
HSL 68.62º 0.91% 0.62% -
HSV(B) 68.62º 0.71% 0.96% -
XYZ 63.94 81.75 18.54 -
YUV 218.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 221 246 72 0.10 0 0.71 0.04 68.62 0.91 0.62
Hex DD F6 48 A 0 47 4 45 5B 3E
Octal 335 366 110 12 0 107 4 105 133 76
Binary 11011101 11110110 1001000 1010 0 1000111 100 1000101 1011011 111110

Color Harmonies of #DDF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF648

Black with #DDF648

Text Example


Text Example

White with #DDF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF648; }

 p { color: rgb(221,246,72); }

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

background-color css

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

 a { background-color: rgb(221,246,72); }

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

border-color css

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

 span { border-color: rgb(221,246,72); }

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