Html Css Color HEX #D6FF47 Pear

📋 copy color: '#D6FF47'

red 214 ◦ green 255 ◦ blue 71

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

Shades of Pear #D6FF47

Tints of Pear #D6FF47

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

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

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

R = 39.63%
G = 47.22%
B = 13.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#D6FF47 (or 0xD6FF47) is known color: Pear. HEX triplet: D6, FF and 47. RGB value is (214,255,71). Sum of RGB (Red+Green+Blue) = 214+255+71=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 71 (28.12% from 255 or 13.15% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF47 is #2900B8. Grayscale: #DEDEDE. Windows color (decimal): -2687161 or 4718550. OLE color: 4718550.

HSL color Cylindrical-coordinate representation of color #D6FF47: hue angle of 73.37º 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 #D6FF47 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 214 255 71 -
CMYK 0.16 0 0.72 0
HSL 73.37º 1% 0.64% -
HSV(B) 73.37º 0.72% 1% -
XYZ 64.63 86.27 19.21 -
YUV 221.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 214 255 71 0.16 0 0.72 0 73.37 1 0.64
Hex D6 FF 47 10 0 48 0 49 64 40
Octal 326 377 107 20 0 110 0 111 144 100
Binary 11010110 11111111 1000111 10000 0 1001000 0 1001001 1100100 1000000

Color Harmonies of #D6FF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF47

Black with #D6FF47

Text Example


Text Example

White with #D6FF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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