Html Css Color HEX #D8FD46 Pear

📋 copy color: '#D8FD46'

red 216 ◦ green 253 ◦ blue 70

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

Shades of Pear #D8FD46

Tints of Pear #D8FD46

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

 GREEN value IS 253 (99.22% from 255) = 46.94%

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

R = 40.07%
G = 46.94%
B = 12.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#D8FD46 (or 0xD8FD46) is known color: Pear. HEX triplet: D8, FD and 46. RGB value is (216,253,70). Sum of RGB (Red+Green+Blue) = 216+253+70=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD46 is #2702B9. Grayscale: #DDDDDD. Windows color (decimal): -2556602 or 4652504. OLE color: 4652504.

HSL color Cylindrical-coordinate representation of color #D8FD46: hue angle of 72.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8FD46 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 253 70 -
CMYK 0.15 0 0.72 0.01
HSL 72.13º 0.98% 0.63% -
HSV(B) 72.13º 0.72% 0.99% -
XYZ 64.55 85.29 18.86 -
YUV 221.08 42.74 124.38 -
System Red Green Blue C M Y K H S L
Decimal 216 253 70 0.15 0 0.72 0.01 72.13 0.98 0.63
Hex D8 FD 46 F 0 48 1 48 62 3F
Octal 330 375 106 17 0 110 1 110 142 77
Binary 11011000 11111101 1000110 1111 0 1001000 1 1001000 1100010 111111

Color Harmonies of #D8FD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FD46

Black with #D8FD46

Text Example


Text Example

White with #D8FD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FD46; }

 p { color: rgb(216,253,70); }

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

background-color css

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

 a { background-color: rgb(216,253,70); }

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

border-color css

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

 span { border-color: rgb(216,253,70); }

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