Html Css Color HEX #DCF825 Pear

📋 copy color: '#DCF825'

red 220 ◦ green 248 ◦ blue 37

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

Shades of Pear #DCF825

Tints of Pear #DCF825

RGB

 RED value IS 220 (86.33% from 255) = 43.56%

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

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

R = 43.56%
G = 49.11%
B = 7.33%

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

#DCF825 (or 0xDCF825) is known color: Pear. HEX triplet: DC, F8 and 25. RGB value is (220,248,37). Sum of RGB (Red+Green+Blue) = 220+248+37=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF825 is #2307DA. Grayscale: #D8D8D8. Windows color (decimal): -2295771 or 2488540. OLE color: 2488540.

HSL color Cylindrical-coordinate representation of color #DCF825: hue angle of 67.96º 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 #DCF825 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 37 -
CMYK 0.11 0 0.85 0.03
HSL 67.96º 0.94% 0.56% -
HSV(B) 67.96º 0.85% 0.97% -
XYZ 63.42 82.48 14.33 -
YUV 215.57 27.22 131.16 -
System Red Green Blue C M Y K H S L
Decimal 220 248 37 0.11 0 0.85 0.03 67.96 0.94 0.56
Hex DC F8 25 B 0 55 3 44 5E 38
Octal 334 370 45 13 0 125 3 104 136 70
Binary 11011100 11111000 100101 1011 0 1010101 11 1000100 1011110 111000

Color Harmonies of #DCF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF825

Black with #DCF825

Text Example


Text Example

White with #DCF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF825; }

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

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

background-color css

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

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

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

border-color css

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

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

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