Html Css Color HEX #BAFE5B Conifer

📋 copy color: '#BAFE5B'

red 186 ◦ green 254 ◦ blue 91

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

Shades of Conifer #BAFE5B

Tints of Conifer #BAFE5B

RGB

 RED value IS 186 (73.05% from 255) = 35.03%

 GREEN value IS 254 (99.61% from 255) = 47.83%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 35.03%
G = 47.83%
B = 17.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#BAFE5B (or 0xBAFE5B) is known color: Conifer. HEX triplet: BA, FE and 5B. RGB value is (186,254,91). Sum of RGB (Red+Green+Blue) = 186+254+91=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE5B is #4501A4. Grayscale: #D7D7D7. Windows color (decimal): -4522405 or 6028986. OLE color: 6028986.

HSL color Cylindrical-coordinate representation of color #BAFE5B: hue angle of 85.03º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFE5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 91 -
CMYK 0.27 0 0.64 0.00
HSL 85.03º 0.99% 0.68% -
HSV(B) 85.03º 0.64% 1% -
XYZ 57.58 82.08 22.71 -
YUV 215.09 57.97 107.25 -
System Red Green Blue C M Y K H S L
Decimal 186 254 91 0.27 0 0.64 0.00 85.03 0.99 0.68
Hex BA FE 5B 1B 0 40 0 55 63 44
Octal 272 376 133 33 0 100 0 125 143 104
Binary 10111010 11111110 1011011 11011 0 1000000 0 1010101 1100011 1000100

Color Harmonies of #BAFE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE5B

Black with #BAFE5B

Text Example


Text Example

White with #BAFE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE5B; }

 p { color: rgb(186,254,91); }

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

background-color css

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

 a { background-color: rgb(186,254,91); }

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

border-color css

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

 span { border-color: rgb(186,254,91); }

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