Html Css Color HEX #BAFC57 Conifer

📋 copy color: '#BAFC57'

red 186 ◦ green 252 ◦ blue 87

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

Shades of Conifer #BAFC57

Tints of Conifer #BAFC57

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48%

 BLUE value IS 87 (34.38% from 255) = 16.57%

R = 35.43%
G = 48%
B = 16.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#BAFC57 (or 0xBAFC57) is known color: Conifer. HEX triplet: BA, FC and 57. RGB value is (186,252,87). Sum of RGB (Red+Green+Blue) = 186+252+87=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC57 is #4503A8. Grayscale: #D6D6D6. Windows color (decimal): -4522921 or 5766330. OLE color: 5766330.

HSL color Cylindrical-coordinate representation of color #BAFC57: hue angle of 84º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAFC57 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 87 -
CMYK 0.26 0 0.65 0.01
HSL 84º 0.96% 0.66% -
HSV(B) 84º 0.65% 0.99% -
XYZ 56.78 80.75 21.61 -
YUV 213.46 56.63 108.42 -
System Red Green Blue C M Y K H S L
Decimal 186 252 87 0.26 0 0.65 0.01 84 0.96 0.66
Hex BA FC 57 1A 0 41 1 54 60 42
Octal 272 374 127 32 0 101 1 124 140 102
Binary 10111010 11111100 1010111 11010 0 1000001 1 1010100 1100000 1000010

Color Harmonies of #BAFC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC57

Black with #BAFC57

Text Example


Text Example

White with #BAFC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC57; }

 p { color: rgb(186,252,87); }

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

background-color css

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

 a { background-color: rgb(186,252,87); }

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

border-color css

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

 span { border-color: rgb(186,252,87); }

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