Html Css Color HEX #DDF825 Pear

📋 copy color: '#DDF825'

red 221 ◦ green 248 ◦ blue 37

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

Shades of Pear #DDF825

Tints of Pear #DDF825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

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

R = 43.68%
G = 49.01%
B = 7.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#DDF825 (or 0xDDF825) is known color: Pear. HEX triplet: DD, F8 and 25. RGB value is (221,248,37). Sum of RGB (Red+Green+Blue) = 221+248+37=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF825 is #2207DA. Grayscale: #D8D8D8. Windows color (decimal): -2230235 or 2488541. OLE color: 2488541.

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

Color convert

RGB 221 248 37 -
CMYK 0.11 0 0.85 0.03
HSL 67.68º 0.94% 0.56% -
HSV(B) 67.68º 0.85% 0.97% -
XYZ 63.72 82.64 14.34 -
YUV 215.87 27.05 131.66 -
System Red Green Blue C M Y K H S L
Decimal 221 248 37 0.11 0 0.85 0.03 67.68 0.94 0.56
Hex DD F8 25 B 0 55 3 44 5E 38
Octal 335 370 45 13 0 125 3 104 136 70
Binary 11011101 11111000 100101 1011 0 1010101 11 1000100 1011110 111000

Color Harmonies of #DDF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF825

Black with #DDF825

Text Example


Text Example

White with #DDF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF825; }

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

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

background-color css

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

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

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

border-color css

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

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

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