Html Css Color HEX #DCFF47 Pear

📋 copy color: '#DCFF47'

red 220 ◦ green 255 ◦ blue 71

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

Shades of Pear #DCFF47

Tints of Pear #DCFF47

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

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

R = 40.29%
G = 46.7%
B = 13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#DCFF47 (or 0xDCFF47) is known color: Pear. HEX triplet: DC, FF and 47. RGB value is (220,255,71). Sum of RGB (Red+Green+Blue) = 220+255+71=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 71 (28.12% from 255 or 13.00% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF47 is #2300B8. Grayscale: #E0E0E0. Windows color (decimal): -2293945 or 4718556. OLE color: 4718556.

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

Color convert

RGB 220 255 71 -
CMYK 0.14 0 0.72 0
HSL 71.41º 1% 0.64% -
HSV(B) 71.41º 0.72% 1% -
XYZ 66.41 87.19 19.29 -
YUV 223.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 220 255 71 0.14 0 0.72 0 71.41 1 0.64
Hex DC FF 47 E 0 48 0 47 64 40
Octal 334 377 107 16 0 110 0 107 144 100
Binary 11011100 11111111 1000111 1110 0 1001000 0 1000111 1100100 1000000

Color Harmonies of #DCFF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF47

Black with #DCFF47

Text Example


Text Example

White with #DCFF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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