Html Css Color HEX #BAF25B Conifer

📋 copy color: '#BAF25B'

red 186 ◦ green 242 ◦ blue 91

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

Shades of Conifer #BAF25B

Tints of Conifer #BAF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.63%

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

R = 35.84%
G = 46.63%
B = 17.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BAF25B (or 0xBAF25B) is known color: Conifer. HEX triplet: BA, F2 and 5B. RGB value is (186,242,91). Sum of RGB (Red+Green+Blue) = 186+242+91=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25B is #450DA4. Grayscale: #D0D0D0. Windows color (decimal): -4525477 or 6025914. OLE color: 6025914.

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

Color convert

RGB 186 242 91 -
CMYK 0.23 0 0.62 0.05
HSL 82.25º 0.85% 0.65% -
HSV(B) 82.25º 0.62% 0.95% -
XYZ 53.89 74.7 21.48 -
YUV 208.04 61.95 112.28 -
System Red Green Blue C M Y K H S L
Decimal 186 242 91 0.23 0 0.62 0.05 82.25 0.85 0.65
Hex BA F2 5B 17 0 3E 5 52 55 41
Octal 272 362 133 27 0 76 5 122 125 101
Binary 10111010 11110010 1011011 10111 0 111110 101 1010010 1010101 1000001

Color Harmonies of #BAF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF25B

Black with #BAF25B

Text Example


Text Example

White with #BAF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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