#BFF35E

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

Shades of Conifer #BFF35E

Tints of Conifer #BFF35E

Color information

#BFF35E (or 0xBFF35E) is unknown color: approx Conifer. HEX triplet: BF, F3 and 5E. RGB value is (191,243,94). Sum of RGB (Red+Green+Blue) = 191+243+94=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF35E is #400CA1. Grayscale: #D3D3D3. Windows color (decimal): -4197538 or 6222783. OLE color: 6222783.

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

Color convert

RGB19124394-
CMYK0.2100.610.05
HSL80.94º86.13%66.08%-
HSV(B)80.94º61.32%95.29%-
XYZ55.5675.9922.33-
YUV210.4762.27114.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 94 (37.11% from 255) = 17.80%
R=36.17%
G=46.02%
B=17.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191243940.2100.610.0580.9486.1366.08
HexBFF35E1503D5515642
Octal277363136250755121126102
Binary10111111111100111011110101010111101101101000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF35E; }

 p { color: rgb(191,243,94); }

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

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

 a { background-color: rgb(191,243,94); }

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

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

 span { border-color: rgb(191,243,94); }

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