#B8FD62

Color #B8FD62 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B8FD62

Tints of Conifer #B8FD62

Color information

#B8FD62 (or 0xB8FD62) is unknown color: approx Conifer. HEX triplet: B8, FD and 62. RGB value is (184,253,98). Sum of RGB (Red+Green+Blue) = 184+253+98=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD62 is #47029D. Grayscale: #D7D7D7. Windows color (decimal): -4653726 or 6487480. OLE color: 6487480.

HSL color Cylindrical-coordinate representation of color #B8FD62: hue angle of 86.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8FD62 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB18425398-
CMYK0.2700.610.01
HSL86.71º97.48%68.82%-
HSV(B)86.71º61.26%99.22%-
XYZ57.181.3224.24-
YUV214.762.14106.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 98 (38.67% from 255) = 18.32%
R=34.39%
G=47.29%
B=18.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184253980.2700.610.0186.7197.4868.82
HexB8FD621B03D1576145
Octal270375142330751127141105
Binary101110001111110111000101101101111011101011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FD62; }

 p { color: rgb(184,253,98); }

 H1.HeaderClassName
 {
   color: #B8FD62;
 }
 .AnyTagClassName
 {
   color: #B8FD62;
 }
</style>
background-color css

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

 a { background-color: rgb(184,253,98); }

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

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

 span { border-color: rgb(184,253,98); }

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