Html Css Color HEX #BAF750 Conifer

📋 copy color: '#BAF750'

red 186 ◦ green 247 ◦ blue 80

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

Shades of Conifer #BAF750

Tints of Conifer #BAF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

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

R = 36.26%
G = 48.15%
B = 15.59%

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

#BAF750 (or 0xBAF750) is known color: Conifer. HEX triplet: BA, F7 and 50. RGB value is (186,247,80). Sum of RGB (Red+Green+Blue) = 186+247+80=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF750 is #4508AF. Grayscale: #D2D2D2. Windows color (decimal): -4524208 or 5306298. OLE color: 5306298.

HSL color Cylindrical-coordinate representation of color #BAF750: hue angle of 81.92º degrees, saturation: 0.91, 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 #BAF750 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 80 -
CMYK 0.25 0 0.68 0.03
HSL 81.92º 0.91% 0.64% -
HSV(B) 81.92º 0.68% 0.97% -
XYZ 54.96 77.54 19.66 -
YUV 209.72 54.79 111.08 -
System Red Green Blue C M Y K H S L
Decimal 186 247 80 0.25 0 0.68 0.03 81.92 0.91 0.64
Hex BA F7 50 19 0 44 3 52 5B 40
Octal 272 367 120 31 0 104 3 122 133 100
Binary 10111010 11110111 1010000 11001 0 1000100 11 1010010 1011011 1000000

Color Harmonies of #BAF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF750

Black with #BAF750

Text Example


Text Example

White with #BAF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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