Html Css Color HEX #BFF058 Conifer

📋 copy color: '#BFF058'

red 191 ◦ green 240 ◦ blue 88

#BFF058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BFF058

Tints of Conifer #BFF058

RGB

 RED value IS 191 (75% from 255) = 36.8%

 GREEN value IS 240 (94.14% from 255) = 46.24%

 BLUE value IS 88 (34.77% from 255) = 16.96%

R = 36.8%
G = 46.24%
B = 16.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#BFF058 (or 0xBFF058) is known color: Conifer. HEX triplet: BF, F0 and 58. RGB value is (191,240,88). Sum of RGB (Red+Green+Blue) = 191+240+88=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF058 is #400FA7. Grayscale: #D0D0D0. Windows color (decimal): -4198312 or 5828799. OLE color: 5828799.

HSL color Cylindrical-coordinate representation of color #BFF058: hue angle of 79.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF058 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 88 -
CMYK 0.20 0 0.63 0.06
HSL 79.34º 0.84% 0.64% -
HSV(B) 79.34º 0.63% 0.94% -
XYZ 54.41 74.1 20.67 -
YUV 208.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 191 240 88 0.20 0 0.63 0.06 79.34 0.84 0.64
Hex BF F0 58 14 0 3F 6 4F 54 40
Octal 277 360 130 24 0 77 6 117 124 100
Binary 10111111 11110000 1011000 10100 0 111111 110 1001111 1010100 1000000

Color Harmonies of #BFF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF058

Black with #BFF058

Text Example


Text Example

White with #BFF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF058; }

 p { color: rgb(191,240,88); }

 H1.HeaderClassName
 {
   color: #BFF058;
 }
 .AnyTagClassName
 {
   color: #BFF058;
 }
</style>

background-color css

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

 a { background-color: rgb(191,240,88); }

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

border-color css

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

 span { border-color: rgb(191,240,88); }

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