#BFF25D

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

Shades of Conifer #BFF25D

Tints of Conifer #BFF25D

Color information

#BFF25D (or 0xBFF25D) is unknown color: approx Conifer. HEX triplet: BF, F2 and 5D. RGB value is (191,242,93). Sum of RGB (Red+Green+Blue) = 191+242+93=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF25D is #400DA2. Grayscale: #D2D2D2. Windows color (decimal): -4197795 or 6156991. OLE color: 6156991.

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

Color convert

RGB19124293-
CMYK0.2100.620.05
HSL80.54º85.14%65.69%-
HSV(B)80.54º61.57%94.9%-
XYZ55.2175.3721.99-
YUV209.7662.1114.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 242 (94.92% from 255) = 46.01%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=36.31%
G=46.01%
B=17.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191242930.2100.620.0580.5485.1465.69
HexBFF25D1503E5515542
Octal277362135250765121125102
Binary10111111111100101011101101010111110101101000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF25D; }

 p { color: rgb(191,242,93); }

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

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

 a { background-color: rgb(191,242,93); }

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

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

 span { border-color: rgb(191,242,93); }

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