Html Css Color HEX #BAFA4C Conifer

📋 copy color: '#BAFA4C'

red 186 ◦ green 250 ◦ blue 76

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

Shades of Conifer #BAFA4C

Tints of Conifer #BAFA4C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

 BLUE value IS 76 (30.08% from 255) = 14.84%

R = 36.33%
G = 48.83%
B = 14.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#BAFA4C (or 0xBAFA4C) is known color: Conifer. HEX triplet: BA, FA and 4C. RGB value is (186,250,76). Sum of RGB (Red+Green+Blue) = 186+250+76=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA4C is #4505B3. Grayscale: #D3D3D3. Windows color (decimal): -4523444 or 5044922. OLE color: 5044922.

HSL color Cylindrical-coordinate representation of color #BAFA4C: hue angle of 82.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAFA4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 76 -
CMYK 0.26 0 0.70 0.02
HSL 82.07º 0.95% 0.64% -
HSV(B) 82.07º 0.7% 0.98% -
XYZ 55.74 79.33 19.21 -
YUV 211.03 51.8 110.15 -
System Red Green Blue C M Y K H S L
Decimal 186 250 76 0.26 0 0.70 0.02 82.07 0.95 0.64
Hex BA FA 4C 1A 0 46 2 52 5F 40
Octal 272 372 114 32 0 106 2 122 137 100
Binary 10111010 11111010 1001100 11010 0 1000110 10 1010010 1011111 1000000

Color Harmonies of #BAFA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA4C

Black with #BAFA4C

Text Example


Text Example

White with #BAFA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA4C; }

 p { color: rgb(186,250,76); }

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

background-color css

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

 a { background-color: rgb(186,250,76); }

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

border-color css

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

 span { border-color: rgb(186,250,76); }

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