Html Css Color HEX #DDF628 Pear

📋 copy color: '#DDF628'

red 221 ◦ green 246 ◦ blue 40

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

Shades of Pear #DDF628

Tints of Pear #DDF628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.89%

R = 43.59%
G = 48.52%
B = 7.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#DDF628 (or 0xDDF628) is known color: Pear. HEX triplet: DD, F6 and 28. RGB value is (221,246,40). Sum of RGB (Red+Green+Blue) = 221+246+40=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF628 is #2209D7. Grayscale: #D7D7D7. Windows color (decimal): -2230744 or 2684637. OLE color: 2684637.

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

Color convert

RGB 221 246 40 -
CMYK 0.10 0 0.84 0.04
HSL 67.28º 0.92% 0.56% -
HSV(B) 67.28º 0.84% 0.96% -
XYZ 63.16 81.44 14.4 -
YUV 215.04 29.22 132.25 -
System Red Green Blue C M Y K H S L
Decimal 221 246 40 0.10 0 0.84 0.04 67.28 0.92 0.56
Hex DD F6 28 A 0 54 4 43 5C 38
Octal 335 366 50 12 0 124 4 103 134 70
Binary 11011101 11110110 101000 1010 0 1010100 100 1000011 1011100 111000

Color Harmonies of #DDF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF628

Black with #DDF628

Text Example


Text Example

White with #DDF628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF628; }

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

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

background-color css

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

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

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

border-color css

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

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

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