Html Css Color HEX #D7FE46 Pear

📋 copy color: '#D7FE46'

red 215 ◦ green 254 ◦ blue 70

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

Shades of Pear #D7FE46

Tints of Pear #D7FE46

RGB

 RED value IS 215 (84.38% from 255) = 39.89%

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

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

R = 39.89%
G = 47.12%
B = 12.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#D7FE46 (or 0xD7FE46) is known color: Pear. HEX triplet: D7, FE and 46. RGB value is (215,254,70). Sum of RGB (Red+Green+Blue) = 215+254+70=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FE46 is #2801B9. Grayscale: #DEDEDE. Windows color (decimal): -2621882 or 4652759. OLE color: 4652759.

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

Color convert

RGB 215 254 70 -
CMYK 0.15 0 0.72 0.00
HSL 72.72º 0.99% 0.64% -
HSV(B) 72.72º 0.72% 1% -
XYZ 64.57 85.77 18.95 -
YUV 221.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 215 254 70 0.15 0 0.72 0.00 72.72 0.99 0.64
Hex D7 FE 46 F 0 48 0 49 63 40
Octal 327 376 106 17 0 110 0 111 143 100
Binary 11010111 11111110 1000110 1111 0 1001000 0 1001001 1100011 1000000

Color Harmonies of #D7FE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FE46

Black with #D7FE46

Text Example


Text Example

White with #D7FE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FE46; }

 p { color: rgb(215,254,70); }

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

background-color css

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

 a { background-color: rgb(215,254,70); }

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

border-color css

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

 span { border-color: rgb(215,254,70); }

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