Html Css Color HEX #DCF846 Pear

📋 copy color: '#DCF846'

red 220 ◦ green 248 ◦ blue 70

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

Shades of Pear #DCF846

Tints of Pear #DCF846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.01%

R = 40.89%
G = 46.1%
B = 13.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#DCF846 (or 0xDCF846) is known color: Pear. HEX triplet: DC, F8 and 46. RGB value is (220,248,70). Sum of RGB (Red+Green+Blue) = 220+248+70=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 70 (27.73% from 255 or 13.01% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF846 is #2307B9. Grayscale: #DCDCDC. Windows color (decimal): -2295738 or 4651228. OLE color: 4651228.

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

Color convert

RGB 220 248 70 -
CMYK 0.11 0 0.72 0.03
HSL 69.44º 0.93% 0.62% -
HSV(B) 69.44º 0.72% 0.97% -
XYZ 64.19 82.79 18.39 -
YUV 219.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 220 248 70 0.11 0 0.72 0.03 69.44 0.93 0.62
Hex DC F8 46 B 0 48 3 45 5D 3E
Octal 334 370 106 13 0 110 3 105 135 76
Binary 11011100 11111000 1000110 1011 0 1001000 11 1000101 1011101 111110

Color Harmonies of #DCF846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF846

Black with #DCF846

Text Example


Text Example

White with #DCF846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF846; }

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

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

background-color css

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

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

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

border-color css

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

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

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