Html Css Color HEX #BFF150 Conifer

📋 copy color: '#BFF150'

red 191 ◦ green 241 ◦ blue 80

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

Shades of Conifer #BFF150

Tints of Conifer #BFF150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 37.3%
G = 47.07%
B = 15.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BFF150 (or 0xBFF150) is known color: Conifer. HEX triplet: BF, F1 and 50. RGB value is (191,241,80). Sum of RGB (Red+Green+Blue) = 191+241+80=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF150 is #400EAF. Grayscale: #D0D0D0. Windows color (decimal): -4198064 or 5304767. OLE color: 5304767.

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

Color convert

RGB 191 241 80 -
CMYK 0.21 0 0.67 0.05
HSL 78.63º 0.85% 0.63% -
HSV(B) 78.63º 0.67% 0.95% -
XYZ 54.39 74.57 19.12 -
YUV 207.7 55.94 116.09 -
System Red Green Blue C M Y K H S L
Decimal 191 241 80 0.21 0 0.67 0.05 78.63 0.85 0.63
Hex BF F1 50 15 0 43 5 4F 55 3F
Octal 277 361 120 25 0 103 5 117 125 77
Binary 10111111 11110001 1010000 10101 0 1000011 101 1001111 1010101 111111

Color Harmonies of #BFF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF150

Black with #BFF150

Text Example


Text Example

White with #BFF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF150; }

 p { color: rgb(191,241,80); }

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

background-color css

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

 a { background-color: rgb(191,241,80); }

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

border-color css

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

 span { border-color: rgb(191,241,80); }

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