#BFE85C

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

Shades of Conifer #BFE85C

Tints of Conifer #BFE85C

Color information

#BFE85C (or 0xBFE85C) is unknown color: approx Conifer. HEX triplet: BF, E8 and 5C. RGB value is (191,232,92). Sum of RGB (Red+Green+Blue) = 191+232+92=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85C is #4017A3. Grayscale: #CCCCCC. Windows color (decimal): -4200356 or 6088895. OLE color: 6088895.

HSL color Cylindrical-coordinate representation of color #BFE85C: hue angle of 77.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE85C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB19123292-
CMYK0.1800.600.09
HSL77.57º75.27%63.53%-
HSV(B)77.57º60.34%90.98%-
XYZ52.2769.5620.8-
YUV203.7864.92118.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 232 (91.02% from 255) = 45.05%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=37.09%
G=45.05%
B=17.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191232920.1800.600.0977.5775.2763.53
HexBFE85C1203C94e4b40
Octal2773501342207411116113100
Binary101111111110100010111001001001111001001100111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE85C; }

 p { color: rgb(191,232,92); }

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

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

 a { background-color: rgb(191,232,92); }

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

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

 span { border-color: rgb(191,232,92); }

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