Html Css Color HEX #BAF145 Conifer

📋 copy color: '#BAF145'

red 186 ◦ green 241 ◦ blue 69

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

Shades of Conifer #BAF145

Tints of Conifer #BAF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 37.5%
G = 48.59%
B = 13.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BAF145 (or 0xBAF145) is known color: Conifer. HEX triplet: BA, F1 and 45. RGB value is (186,241,69). Sum of RGB (Red+Green+Blue) = 186+241+69=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF145 is #450EBA. Grayscale: #CDCDCD. Windows color (decimal): -4525755 or 4583866. OLE color: 4583866.

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

Color convert

RGB 186 241 69 -
CMYK 0.23 0 0.71 0.05
HSL 79.19º 0.86% 0.61% -
HSV(B) 79.19º 0.71% 0.95% -
XYZ 52.78 73.78 17.09 -
YUV 204.95 51.28 114.49 -
System Red Green Blue C M Y K H S L
Decimal 186 241 69 0.23 0 0.71 0.05 79.19 0.86 0.61
Hex BA F1 45 17 0 47 5 4F 56 3D
Octal 272 361 105 27 0 107 5 117 126 75
Binary 10111010 11110001 1000101 10111 0 1000111 101 1001111 1010110 111101

Color Harmonies of #BAF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF145

Black with #BAF145

Text Example


Text Example

White with #BAF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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