Html Css Color HEX #D8F832 Pear

📋 copy color: '#D8F832'

red 216 ◦ green 248 ◦ blue 50

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

Shades of Pear #D8F832

Tints of Pear #D8F832

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

 BLUE value IS 50 (19.92% from 255) = 9.73%

R = 42.02%
G = 48.25%
B = 9.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#D8F832 (or 0xD8F832) is known color: Pear. HEX triplet: D8, F8 and 32. RGB value is (216,248,50). Sum of RGB (Red+Green+Blue) = 216+248+50=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F832 is #2707CD. Grayscale: #D8D8D8. Windows color (decimal): -2557902 or 3340504. OLE color: 3340504.

HSL color Cylindrical-coordinate representation of color #D8F832: hue angle of 69.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8F832 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 50 -
CMYK 0.13 0 0.80 0.03
HSL 69.7º 0.93% 0.58% -
HSV(B) 69.7º 0.8% 0.97% -
XYZ 62.46 81.96 15.55 -
YUV 215.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 216 248 50 0.13 0 0.80 0.03 69.7 0.93 0.58
Hex D8 F8 32 D 0 50 3 46 5D 3A
Octal 330 370 62 15 0 120 3 106 135 72
Binary 11011000 11111000 110010 1101 0 1010000 11 1000110 1011101 111010

Color Harmonies of #D8F832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F832

Black with #D8F832

Text Example


Text Example

White with #D8F832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F832; }

 p { color: rgb(216,248,50); }

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

background-color css

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

 a { background-color: rgb(216,248,50); }

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

border-color css

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

 span { border-color: rgb(216,248,50); }

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