Html Css Color HEX #BAF151 Conifer

📋 copy color: '#BAF151'

red 186 ◦ green 241 ◦ blue 81

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

Shades of Conifer #BAF151

Tints of Conifer #BAF151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.94%

R = 36.61%
G = 47.44%
B = 15.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BAF151 (or 0xBAF151) is known color: Conifer. HEX triplet: BA, F1 and 51. RGB value is (186,241,81). Sum of RGB (Red+Green+Blue) = 186+241+81=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF151 is #450EAE. Grayscale: #CECECE. Windows color (decimal): -4525743 or 5370298. OLE color: 5370298.

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

Color convert

RGB 186 241 81 -
CMYK 0.23 0 0.66 0.05
HSL 80.63º 0.85% 0.63% -
HSV(B) 80.63º 0.66% 0.95% -
XYZ 53.19 73.94 19.25 -
YUV 206.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 186 241 81 0.23 0 0.66 0.05 80.63 0.85 0.63
Hex BA F1 51 17 0 42 5 51 55 3F
Octal 272 361 121 27 0 102 5 121 125 77
Binary 10111010 11110001 1010001 10111 0 1000010 101 1010001 1010101 111111

Color Harmonies of #BAF151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF151

Black with #BAF151

Text Example


Text Example

White with #BAF151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF151; }

 p { color: rgb(186,241,81); }

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

background-color css

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

 a { background-color: rgb(186,241,81); }

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

border-color css

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

 span { border-color: rgb(186,241,81); }

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