Html Css Color HEX #BAF75C Conifer

📋 copy color: '#BAF75C'

red 186 ◦ green 247 ◦ blue 92

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

Shades of Conifer #BAF75C

Tints of Conifer #BAF75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.52%

R = 35.43%
G = 47.05%
B = 17.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#BAF75C (or 0xBAF75C) is known color: Conifer. HEX triplet: BA, F7 and 5C. RGB value is (186,247,92). Sum of RGB (Red+Green+Blue) = 186+247+92=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF75C is #4508A3. Grayscale: #D3D3D3. Windows color (decimal): -4524196 or 6092730. OLE color: 6092730.

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

Color convert

RGB 186 247 92 -
CMYK 0.25 0 0.63 0.03
HSL 83.61º 0.91% 0.66% -
HSV(B) 83.61º 0.63% 0.97% -
XYZ 55.44 77.73 22.21 -
YUV 211.09 60.79 110.1 -
System Red Green Blue C M Y K H S L
Decimal 186 247 92 0.25 0 0.63 0.03 83.61 0.91 0.66
Hex BA F7 5C 19 0 3F 3 54 5B 42
Octal 272 367 134 31 0 77 3 124 133 102
Binary 10111010 11110111 1011100 11001 0 111111 11 1010100 1011011 1000010

Color Harmonies of #BAF75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF75C

Black with #BAF75C

Text Example


Text Example

White with #BAF75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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