Html Css Color HEX #BFF258 Conifer

📋 copy color: '#BFF258'

red 191 ◦ green 242 ◦ blue 88

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

Shades of Conifer #BFF258

Tints of Conifer #BFF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

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

R = 36.66%
G = 46.45%
B = 16.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BFF258 (or 0xBFF258) is known color: Conifer. HEX triplet: BF, F2 and 58. RGB value is (191,242,88). Sum of RGB (Red+Green+Blue) = 191+242+88=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF258 is #400DA7. Grayscale: #D1D1D1. Windows color (decimal): -4197800 or 5829311. OLE color: 5829311.

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

Color convert

RGB 191 242 88 -
CMYK 0.21 0 0.64 0.05
HSL 79.87º 0.86% 0.65% -
HSV(B) 79.87º 0.64% 0.95% -
XYZ 55 75.29 20.87 -
YUV 209.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 191 242 88 0.21 0 0.64 0.05 79.87 0.86 0.65
Hex BF F2 58 15 0 40 5 50 56 41
Octal 277 362 130 25 0 100 5 120 126 101
Binary 10111111 11110010 1011000 10101 0 1000000 101 1010000 1010110 1000001

Color Harmonies of #BFF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF258

Black with #BFF258

Text Example


Text Example

White with #BFF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF258; }

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

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

background-color css

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

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

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

border-color css

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

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

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