Html Css Color HEX #D6FE48 Pear

📋 copy color: '#D6FE48'

red 214 ◦ green 254 ◦ blue 72

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

Shades of Pear #D6FE48

Tints of Pear #D6FE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.33%

R = 39.63%
G = 47.04%
B = 13.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#D6FE48 (or 0xD6FE48) is known color: Pear. HEX triplet: D6, FE and 48. RGB value is (214,254,72). Sum of RGB (Red+Green+Blue) = 214+254+72=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FE48 is #2901B7. Grayscale: #DDDDDD. Windows color (decimal): -2687416 or 4783830. OLE color: 4783830.

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

Color convert

RGB 214 254 72 -
CMYK 0.16 0 0.72 0.00
HSL 73.19º 0.99% 0.64% -
HSV(B) 73.19º 0.72% 1% -
XYZ 64.34 85.65 19.27 -
YUV 221.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 214 254 72 0.16 0 0.72 0.00 73.19 0.99 0.64
Hex D6 FE 48 10 0 48 0 49 63 40
Octal 326 376 110 20 0 110 0 111 143 100
Binary 11010110 11111110 1001000 10000 0 1001000 0 1001001 1100011 1000000

Color Harmonies of #D6FE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE48

Black with #D6FE48

Text Example


Text Example

White with #D6FE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE48; }

 p { color: rgb(214,254,72); }

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

background-color css

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

 a { background-color: rgb(214,254,72); }

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

border-color css

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

 span { border-color: rgb(214,254,72); }

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