Html Css Color HEX #DCFE47 Pear

📋 copy color: '#DCFE47'

red 220 ◦ green 254 ◦ blue 71

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

Shades of Pear #DCFE47

Tints of Pear #DCFE47

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

 BLUE value IS 71 (28.13% from 255) = 13.03%

R = 40.37%
G = 46.61%
B = 13.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#DCFE47 (or 0xDCFE47) is known color: Pear. HEX triplet: DC, FE and 47. RGB value is (220,254,71). Sum of RGB (Red+Green+Blue) = 220+254+71=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE47 is #2301B8. Grayscale: #DFDFDF. Windows color (decimal): -2294201 or 4718300. OLE color: 4718300.

HSL color Cylindrical-coordinate representation of color #DCFE47: hue angle of 71.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFE47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 71 -
CMYK 0.13 0 0.72 0.00
HSL 71.15º 0.99% 0.64% -
HSV(B) 71.15º 0.72% 1% -
XYZ 66.09 86.55 19.18 -
YUV 222.97 42.24 125.88 -
System Red Green Blue C M Y K H S L
Decimal 220 254 71 0.13 0 0.72 0.00 71.15 0.99 0.64
Hex DC FE 47 D 0 48 0 47 63 40
Octal 334 376 107 15 0 110 0 107 143 100
Binary 11011100 11111110 1000111 1101 0 1001000 0 1000111 1100011 1000000

Color Harmonies of #DCFE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE47

Black with #DCFE47

Text Example


Text Example

White with #DCFE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE47; }

 p { color: rgb(220,254,71); }

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

background-color css

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

 a { background-color: rgb(220,254,71); }

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

border-color css

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

 span { border-color: rgb(220,254,71); }

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