Html Css Color HEX #BAF850 Conifer

📋 copy color: '#BAF850'

red 186 ◦ green 248 ◦ blue 80

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

Shades of Conifer #BAF850

Tints of Conifer #BAF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

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

R = 36.19%
G = 48.25%
B = 15.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#BAF850 (or 0xBAF850) is known color: Conifer. HEX triplet: BA, F8 and 50. RGB value is (186,248,80). Sum of RGB (Red+Green+Blue) = 186+248+80=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF850 is #4507AF. Grayscale: #D2D2D2. Windows color (decimal): -4523952 or 5306554. OLE color: 5306554.

HSL color Cylindrical-coordinate representation of color #BAF850: hue angle of 82.14º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAF850 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 80 -
CMYK 0.25 0 0.68 0.03
HSL 82.14º 0.92% 0.64% -
HSV(B) 82.14º 0.68% 0.97% -
XYZ 55.27 78.15 19.76 -
YUV 210.31 54.46 110.66 -
System Red Green Blue C M Y K H S L
Decimal 186 248 80 0.25 0 0.68 0.03 82.14 0.92 0.64
Hex BA F8 50 19 0 44 3 52 5C 40
Octal 272 370 120 31 0 104 3 122 134 100
Binary 10111010 11111000 1010000 11001 0 1000100 11 1010010 1011100 1000000

Color Harmonies of #BAF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF850

Black with #BAF850

Text Example


Text Example

White with #BAF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF850; }

 p { color: rgb(186,248,80); }

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

background-color css

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

 a { background-color: rgb(186,248,80); }

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

border-color css

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

 span { border-color: rgb(186,248,80); }

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