Html Css Color HEX #D8F13F Pear

📋 copy color: '#D8F13F'

red 216 ◦ green 241 ◦ blue 63

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

Shades of Pear #D8F13F

Tints of Pear #D8F13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.12%

R = 41.54%
G = 46.35%
B = 12.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#D8F13F (or 0xD8F13F) is known color: Pear. HEX triplet: D8, F1 and 3F. RGB value is (216,241,63). Sum of RGB (Red+Green+Blue) = 216+241+63=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F13F is #270EC0. Grayscale: #D5D5D5. Windows color (decimal): -2559681 or 4190680. OLE color: 4190680.

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

Color convert

RGB 216 241 63 -
CMYK 0.10 0 0.74 0.05
HSL 68.43º 0.86% 0.6% -
HSV(B) 68.43º 0.74% 0.95% -
XYZ 60.67 77.87 16.54 -
YUV 213.23 43.22 129.97 -
System Red Green Blue C M Y K H S L
Decimal 216 241 63 0.10 0 0.74 0.05 68.43 0.86 0.6
Hex D8 F1 3F A 0 4A 5 44 56 3C
Octal 330 361 77 12 0 112 5 104 126 74
Binary 11011000 11110001 111111 1010 0 1001010 101 1000100 1010110 111100

Color Harmonies of #D8F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F13F

Black with #D8F13F

Text Example


Text Example

White with #D8F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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