Html Css Color HEX #D8F146 Pear

📋 copy color: '#D8F146'

red 216 ◦ green 241 ◦ blue 70

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

Shades of Pear #D8F146

Tints of Pear #D8F146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

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

R = 40.99%
G = 45.73%
B = 13.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D8F146 (or 0xD8F146) is known color: Pear. HEX triplet: D8, F1 and 46. RGB value is (216,241,70). Sum of RGB (Red+Green+Blue) = 216+241+70=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F146 is #270EB9. Grayscale: #D6D6D6. Windows color (decimal): -2559674 or 4649432. OLE color: 4649432.

HSL color Cylindrical-coordinate representation of color #D8F146: hue angle of 68.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8F146 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 241 70 -
CMYK 0.10 0 0.71 0.05
HSL 68.77º 0.86% 0.61% -
HSV(B) 68.77º 0.71% 0.95% -
XYZ 60.88 77.95 17.63 -
YUV 214.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 216 241 70 0.10 0 0.71 0.05 68.77 0.86 0.61
Hex D8 F1 46 A 0 47 5 45 56 3D
Octal 330 361 106 12 0 107 5 105 126 75
Binary 11011000 11110001 1000110 1010 0 1000111 101 1000101 1010110 111101

Color Harmonies of #D8F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F146

Black with #D8F146

Text Example


Text Example

White with #D8F146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F146; }

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

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

background-color css

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

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

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

border-color css

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

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

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