Html Css Color HEX #DDF626 Pear

📋 copy color: '#DDF626'

red 221 ◦ green 246 ◦ blue 38

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

Shades of Pear #DDF626

Tints of Pear #DDF626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.52%

R = 43.76%
G = 48.71%
B = 7.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#DDF626 (or 0xDDF626) is known color: Pear. HEX triplet: DD, F6 and 26. RGB value is (221,246,38). Sum of RGB (Red+Green+Blue) = 221+246+38=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF626 is #2209D9. Grayscale: #D7D7D7. Windows color (decimal): -2230746 or 2553565. OLE color: 2553565.

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

Color convert

RGB 221 246 38 -
CMYK 0.10 0 0.85 0.04
HSL 67.21º 0.92% 0.56% -
HSV(B) 67.21º 0.85% 0.96% -
XYZ 63.12 81.42 14.22 -
YUV 214.81 28.22 132.41 -
System Red Green Blue C M Y K H S L
Decimal 221 246 38 0.10 0 0.85 0.04 67.21 0.92 0.56
Hex DD F6 26 A 0 55 4 43 5C 38
Octal 335 366 46 12 0 125 4 103 134 70
Binary 11011101 11110110 100110 1010 0 1010101 100 1000011 1011100 111000

Color Harmonies of #DDF626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF626

Black with #DDF626

Text Example


Text Example

White with #DDF626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF626; }

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

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

background-color css

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

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

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

border-color css

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

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

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