#BFFF5C

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

Shades of Conifer #BFFF5C

Tints of Conifer #BFFF5C

Color information

#BFFF5C (or 0xBFFF5C) is unknown color: approx Conifer. HEX triplet: BF, FF and 5C. RGB value is (191,255,92). Sum of RGB (Red+Green+Blue) = 191+255+92=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF5C is #4000A3. Grayscale: #D9D9D9. Windows color (decimal): -4194468 or 6094783. OLE color: 6094783.

HSL color Cylindrical-coordinate representation of color #BFFF5C: hue angle of 83.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFF5C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB19125592-
CMYK0.2500.640
HSL83.56º100%68.04%-
HSV(B)83.56º63.92%100%-
XYZ59.1883.3723.1-
YUV217.2857.3109.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 92 (36.33% from 255) = 17.10%
R=35.50%
G=47.40%
B=17.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255920.2500.64083.5610068.04
HexBFFF5C190400546444
Octal2773771343101000124144104
Binary1011111111111111101110011001010000000101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF5C; }

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

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

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

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

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

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

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

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