Html Css Color HEX #DDF625 Pear

📋 copy color: '#DDF625'

red 221 ◦ green 246 ◦ blue 37

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

Shades of Pear #DDF625

Tints of Pear #DDF625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.34%

R = 43.85%
G = 48.81%
B = 7.34%

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

#DDF625 (or 0xDDF625) is known color: Pear. HEX triplet: DD, F6 and 25. RGB value is (221,246,37). Sum of RGB (Red+Green+Blue) = 221+246+37=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF625 is #2209DA. Grayscale: #D7D7D7. Windows color (decimal): -2230747 or 2488029. OLE color: 2488029.

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

Color convert

RGB 221 246 37 -
CMYK 0.10 0 0.85 0.04
HSL 67.18º 0.92% 0.55% -
HSV(B) 67.18º 0.85% 0.96% -
XYZ 63.11 81.42 14.14 -
YUV 214.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 221 246 37 0.10 0 0.85 0.04 67.18 0.92 0.55
Hex DD F6 25 A 0 55 4 43 5C 37
Octal 335 366 45 12 0 125 4 103 134 67
Binary 11011101 11110110 100101 1010 0 1010101 100 1000011 1011100 110111

Color Harmonies of #DDF625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF625

Black with #DDF625

Text Example


Text Example

White with #DDF625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF625; }

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

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

background-color css

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

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

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

border-color css

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

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

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